Home
last modified time | relevance | path

Searched refs:GetOptionValue (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp460 WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
465 if (sel_value == GetOptionValue(i)) in GetSelectedIndex()
495 WideString opt_value = GetOptionValue(index); in IsItemSelected()
536 WideString opt_value = GetOptionValue(index); in SetItemSelection()
549 opt_value = GetOptionValue(i); in SetItemSelection()
571 opt_value = GetOptionValue(i); in SetItemSelection()
606 if (csDV == GetOptionValue(i)) in GetDefaultSelectedItem()
636 WideString CPDF_FormField::GetOptionValue(int index) const { in GetOptionValue() function in CPDF_FormField
642 if (GetOptionValue(i) == csOptLabel) in FindOption()
650 if (GetOptionValue(i) == csOptValue) in FindOptionValue()
Dcpdf_formfield.h152 WideString GetOptionValue(int index) const;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp262 swRet = pFormField->GetOptionValue(nExport); in GetSelectExportText()
/external/pdfium/fxjs/
Dcjs_field.cpp2040 pRuntime->NewString(pFormField->GetOptionValue(iIndex).c_str()); in get_value()
2426 WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt()