Home
last modified time | relevance | path

Searched refs:IsItemSelected (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp101 if (pListBox->IsItemSelected(i)) { in IsDataChanged()
124 if (pListBox->IsItemSelected(i)) in SaveData()
176 if (pListBox->IsItemSelected(i)) in SaveState()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp110 if (m_pList->IsItemSelected(i)) { in GetThisAppearanceStream()
170 if (m_pList->IsItemSelected(i)) { in DrawThisAppearance()
418 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox
419 return m_pList->IsItemSelected(nItemIndex); in IsItemSelected()
DPWL_ListBox.h93 bool IsItemSelected(int32_t nItemIndex) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h94 bool IsItemSelected(int index) const;
Dcpdf_formfield.cpp489 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField
549 if (i == index || IsItemSelected(i)) { in SetItemSelection()
571 if (i != index && IsItemSelected(i)) { in SetItemSelection()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h83 bool IsItemSelected(CFWL_ListItem* hItem);
Dcfwl_listbox.cpp246 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox
757 bool bSelected = IsItemSelected(pItem); in OnLButtonDown()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp243 if (IsItemSelected(nHitIndex)) { in OnMouseDown()
403 if (bSelected != IsItemSelected(nItemIndex)) { in SetMultipleSelect()
754 bool CFX_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CFX_ListCtrl
Dfxet_list.h260 bool IsItemSelected(int32_t nIndex) const;
/external/lzma/CPP/Windows/Control/
DListView.h76 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function
/external/pdfium/fpdfsdk/javascript/
DField.cpp1083 !pFormField->IsItemSelected(array[i])) { in SetCurrentValueIndices()
2697 if (!pFormField->IsItemSelected(pFormField->FindOption(str))) { in SetValue()
2706 if (!pFormField->IsItemSelected(index)) in SetValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp654 return pFormField->IsItemSelected(nIndex);