Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp461 CFX_WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
466 if (sel_value == GetOptionValue(i)) in GetSelectedIndex()
496 CFX_WideString opt_value = GetOptionValue(index); in IsItemSelected()
537 CFX_WideString opt_value = GetOptionValue(index); in SetItemSelection()
550 opt_value = GetOptionValue(i); in SetItemSelection()
572 opt_value = GetOptionValue(i); in SetItemSelection()
607 if (csDV == GetOptionValue(i)) in GetDefaultSelectedItem()
637 CFX_WideString CPDF_FormField::GetOptionValue(int index) const { in GetOptionValue() function in CPDF_FormField
643 if (GetOptionValue(i) == csOptLabel) in FindOption()
651 if (GetOptionValue(i) == csOptValue) in FindOptionValue()
Dcpdf_formfield.h103 CFX_WideString GetOptionValue(int index) const;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp292 swRet = pFormField->GetOptionValue(nExport); in GetSelectExportText()
/external/pdfium/fpdfsdk/javascript/
DField.cpp2630 CJS_Value(pRuntime, pFormField->GetOptionValue(iIndex).c_str()); in value()
3007 CFX_WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt()