Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp448 int iOptIndex = GetSelectedOptionIndex(index); in GetSelectedIndex() local
449 WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
451 return iOptIndex; in GetSelectedIndex()
759 bool CPDF_FormField::IsOptionSelected(int iOptIndex) const { in IsOptionSelected()
766 if (pObj->GetInteger() == iOptIndex) in IsOptionSelected()
772 bool CPDF_FormField::SelectOption(int iOptIndex, in SelectOption() argument
786 if (iFind == iOptIndex) { in SelectOption()
791 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
800 if (iFind > iOptIndex) { in SelectOption()
805 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
[all …]
Dcpdf_formfield.h133 bool IsOptionSelected(int iOptIndex) const;
134 bool SelectOption(int iOptIndex, bool bSelected, NotificationOption notify);