Home
last modified time | relevance | path

Searched defs:IsSelected (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.h37 bool IsSelected() const { return m_bIsSelected; } in IsSelected() function
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_ctrl.h100 bool IsSelected() const { return m_bSelected; } in IsSelected() function
H A Dcpwl_edit_impl.cpp1023 bool CPWL_EditImpl::IsSelected() const { in IsSelected() function in CPWL_EditImpl
/aosp_15_r20/build/soong/android/
H A Dapex_contributions.go175 func (p *PrebuiltSelectionInfoMap) IsSelected(name string) bool { func
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DLangPage.cpp35 bool IsSelected; member
/aosp_15_r20/frameworks/av/media/codec2/hal/aidl/
H A DParamTypes.cpp165 bool IsSelected() { in IsSelected() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYISelDAGToDAG.cpp72 bool IsSelected = false; in INITIALIZE_PASS() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmmcobj.h1501 #define View_IsSelected(This,Node,IsSelected) (This)->lpVtbl->IsSelected(This,Node,IsSelected) argument