Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp91 if (pListBox->IsItemSelected(i)) { in IsDataChanged()
114 if (pListBox->IsItemSelected(i)) in SaveData()
175 if (pListBox->IsItemSelected(i)) in SaveState()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp120 if (m_pList->IsItemSelected(i)) { in DrawThisAppearance()
345 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox
346 return m_pList->IsItemSelected(nItemIndex); in IsItemSelected()
Dcpwl_list_box.h84 bool IsItemSelected(int32_t nItemIndex) const;
Dcpwl_list_impl.cpp171 if (IsItemSelected(nHitIndex)) { in OnMouseDown()
322 if (bSelected != IsItemSelected(nItemIndex)) { in SetMultipleSelect()
619 bool CPWL_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CPWL_ListCtrl
Dcpwl_list_impl.h87 bool IsItemSelected(int32_t nIndex) const;
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h83 bool IsItemSelected(CFWL_ListItem* hItem);
Dcfwl_listbox.cpp243 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox
753 bool bSelected = IsItemSelected(pItem); in OnLButtonDown()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h143 bool IsItemSelected(int index) const;
Dcpdf_formfield.cpp488 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField
548 if (i == index || IsItemSelected(i)) { in SetItemSelection()
570 if (i != index && IsItemSelected(i)) { in SetItemSelection()
/external/lzma/CPP/Windows/Control/
DListView.h90 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function
/external/pdfium/fxjs/
Dcjs_field.cpp845 !pFormField->IsItemSelected(array[i])) { in SetCurrentValueIndices()
2133 if (!pFormField->IsItemSelected(pFormField->FindOption(str))) { in SetValue()
2142 if (!pFormField->IsItemSelected(index)) in SetValue()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp654 return pFormField->IsItemSelected(nIndex);