Home
last modified time | relevance | path

Searched refs:GetSelectedIndex (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp54 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in NewPDFWindow()
83 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
86 return nCurSel != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
108 m_pWidget->GetSelectedIndex(0); in SaveData()
Dcffl_listbox.cpp101 return pListBox->GetCurSel() != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
156 int32_t nCurSel = m_pWidget->GetSelectedIndex(0); in GetActionData()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp435 int CPDF_FormField::GetSelectedIndex(int index) const { in GetSelectedIndex() function in CPDF_FormField
474 int iIndex = GetSelectedIndex(0); in ClearSelection()
687 int iIndex = GetSelectedIndex(0); in ClearOptions()
885 int iIndex = GetSelectedIndex(0); in ClearSelectedOptions()
Dcpdf_formfield.h140 int GetSelectedIndex(int index) const;
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp304 int nIndex = pFormField->GetSelectedIndex(i); in Synchronize()
314 int nIndex = pFormField->GetSelectedIndex(i); in Synchronize()
599 int CPDFSDK_Widget::GetSelectedIndex(int nIndex) const { in GetSelectedIndex() function in CPDFSDK_Widget
609 return pFormField->GetSelectedIndex(nIndex); in GetSelectedIndex()
Dcpdfsdk_widget.h83 int GetSelectedIndex(int nIndex) const;
Dcpdfsdk_interform.cpp313 int index = pFormField->GetSelectedIndex(0); in OnFormat()
/external/pdfium/fxjs/
Dcjs_field.cpp790 return CJS_Return(pRuntime->NewNumber(pFormField->GetSelectedIndex(0))); in get_current_value_indices()
795 SelArray, i, pRuntime->NewNumber(pFormField->GetSelectedIndex(i))); in get_current_value_indices()
2038 iIndex = pFormField->GetSelectedIndex(i); in get_value()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1619 int32_t nCurSel = pField->GetSelectedIndex(0); in SetAsComboBox()
1682 if (pField->GetSelectedIndex(j) == i) { in SetAsListBox()