Searched defs:GetSelectedIndex (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp435 int CPDF_FormField::GetSelectedIndex(int index) const { function in class:CPDF_FormField
475 int iIndex = GetSelectedIndex(0);
689 int iIndex = GetSelectedIndex(0);
889 int iIndex = GetSelectedIndex(0);
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp304 int nIndex = pFormField->GetSelectedIndex(i);
314 int nIndex = pFormField->GetSelectedIndex(i);
597 int CPDFSDK_Widget::GetSelectedIndex(int nIndex) const { function in class:CPDFSDK_Widget
607 return pFormField->GetSelectedIndex(nIndex);
1383 int32_t nCurSel = pField->GetSelectedIndex(0);
1447 if (pField->GetSelectedIndex(j) == i) {

Completed in 82 milliseconds