Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp452 int iOptIndex = GetSelectedOptionIndex(index); in GetSelectedIndex() local
453 CFX_WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
455 return iOptIndex; in GetSelectedIndex()
953 FX_BOOL CPDF_FormField::IsOptionSelected(int iOptIndex) { in IsOptionSelected() argument
964 if (pArray->GetInteger(i) == iOptIndex) { in IsOptionSelected()
970 FX_BOOL CPDF_FormField::SelectOption(int iOptIndex, in SelectOption() argument
984 if (iFind == iOptIndex) { in SelectOption()
990 CFX_WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
1004 } else if (iFind > iOptIndex) { in SelectOption()
1010 CFX_WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
[all …]
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h811 FX_BOOL IsOptionSelected(int iOptIndex);
813 FX_BOOL SelectOption(int iOptIndex,