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

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

Completed in 802 milliseconds