Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DListView.h90 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp339 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox
Dcpwl_list_impl.cpp622 bool CPWL_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CPWL_ListCtrl
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp476 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp236 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox