Home
last modified time | relevance | path

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

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