HomeSort by relevance Sort by last modified time
    Searched defs:IsItemSelected (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/Windows/Control/
ListView.h 76 bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED; }
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 120 if (m_pList->IsItemSelected(i)) {
179 if (m_pList->IsItemSelected(i)) {
468 FX_BOOL CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const {
470 return m_pList->IsItemSelected(nItemIndex);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 500 FX_BOOL CPDF_FormField::IsItemSelected(int index) {
578 if (IsItemSelected(i)) {
606 bSelected = IsItemSelected(i);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 264 FX_BOOL CFX_List::IsItemSelected(int32_t nIndex) const {
461 if (IsItemSelected(nHitIndex)) {
602 if (bSelected != IsItemSelected(nItemIndex)) {
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp 386 FX_BOOL CFWL_ListBoxImp::IsItemSelected(FWL_HLISTITEM hItem) {
    [all...]

Completed in 314 milliseconds