Home
last modified time | relevance | path

Searched refs:GetSelectedOptionIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h113 int GetSelectedOptionIndex(int index) const;
Dcpdf_formfield.cpp460 int iOptIndex = GetSelectedOptionIndex(index); in GetSelectedIndex()
519 if (GetSelectedOptionIndex(j) == index) { in IsItemSelected()
810 int CPDF_FormField::GetSelectedOptionIndex(int index) const { in GetSelectedOptionIndex() function in CPDF_FormField