Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp94 if (pListBox->IsItemSelected(i)) { in IsDataChanged()
116 if (pListBox->IsItemSelected(i)) { in SaveData()
179 if (pListBox->IsItemSelected(i)) in SaveState()
223 return pListBox && pListBox->IsItemSelected(index); in IsIndexSelected()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp116 if (m_pList->IsItemSelected(i)) { in DrawThisAppearance()
339 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox
340 return m_pList->IsItemSelected(nItemIndex); in IsItemSelected()
Dcpwl_list_impl.cpp169 if (IsItemSelected(nHitIndex)) { in OnMouseDown()
320 if (bSelected != IsItemSelected(nItemIndex)) { in SetMultipleSelect()
408 if (!IsItemSelected(nItemIndex)) in Deselect()
622 bool CPWL_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CPWL_ListCtrl
Dcpwl_list_box.h84 bool IsItemSelected(int32_t nItemIndex) const;
Dcpwl_list_impl.h88 bool IsItemSelected(int32_t nIndex) const;
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h115 bool IsItemSelected(int index) const;
Dcpdf_formfield.cpp476 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField
550 if (i == index || IsItemSelected(i)) in SetItemSelectionSelected()
580 if (i != index && IsItemSelected(i)) in SetItemSelectionUnselected()
/external/pdfium/xfa/fwl/
Dcfwl_listbox.h83 bool IsItemSelected(CFWL_ListItem* hItem);
Dcfwl_listbox.cpp236 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox
747 bool bSelected = IsItemSelected(pItem); in OnLButtonDown()
/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/
Dcpdfsdk_widget.cpp490 return pFormField->IsItemSelected(nIndex); in IsOptionSelected()
/external/pdfium/fxjs/
Dcjs_field.cpp289 !pFormField->IsItemSelected(array[i])) { in SetCurrentValueIndices()
472 if (!pFormField->IsItemSelected(pFormField->FindOption(str))) { in SetFieldValue()
481 if (!pFormField->IsItemSelected(index)) in SetFieldValue()