Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp453 CFX_WideString csOpt = GetOptionValue(iOptIndex); in GetSelectedIndex()
460 if (sel_value == GetOptionValue(i)) { in GetSelectedIndex()
508 CFX_WideString opt_value = GetOptionValue(index); in IsItemSelected()
551 CFX_WideString opt_value = GetOptionValue(index); in SetItemSelection()
579 opt_value = GetOptionValue(i); in SetItemSelection()
611 opt_value = GetOptionValue(i); in SetItemSelection()
661 if (csDV == GetOptionValue(i)) { in GetDefaultSelectedItem()
703 CFX_WideString CPDF_FormField::GetOptionValue(int index) { in GetOptionValue() function in CPDF_FormField
709 CFX_WideString csValue = GetOptionValue(i); in FindOption()
723 CFX_WideString csValue = GetOptionValue(iStartIndex); in FindOptionValue()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp295 swRet = pFormField->GetOptionValue(nExport); in GetSelectExportText()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h795 CFX_WideString GetOptionValue(int index);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2761 ElementValue = pFormField->GetOptionValue(iIndex).c_str(); in value()
3187 CFX_WideString strval = pFormField->GetOptionValue(nIdx); in getItemAt()