Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h132 int GetSelectedOptionIndex(int index) const;
Dcpdf_formfield.cpp448 int iOptIndex = GetSelectedOptionIndex(index); in GetSelectedIndex()
502 if (GetSelectedOptionIndex(i) == index) { in IsItemSelected()
748 int CPDF_FormField::GetSelectedOptionIndex(int index) const { in GetSelectedOptionIndex() function in CPDF_FormField