Home
last modified time | relevance | path

Searched defs:IsItemSelected (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield_unittest.cpp108 TEST(CPDF_FormFieldTest, IsItemSelected) { in TEST() argument
H A Dcpdf_formfield.cpp495 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_box.cpp325 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox
H A Dcpwl_list_ctrl.cpp615 bool CPWL_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CPWL_ListCtrl
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DListView.h97 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function