Home
last modified time | relevance | path

Searched refs:GetOptionLabel (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp60 swText = m_pWidget->GetOptionLabel(nCurSel); in NewPWLWindow()
63 pWnd->AddString(m_pWidget->GetOptionLabel(i)); in NewPWLWindow()
100 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel)); in SaveData()
270 swRet = pFormField->GetOptionLabel(nExport); in GetSelectExportText()
Dcffl_listbox.cpp51 pWnd->AddString(m_pWidget->GetOptionLabel(i)); in NewPWLWindow()
154 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
165 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); in GetActionData()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp168 csValue = GetOptionLabel(iIndex); in ResetField()
465 csValue = GetOptionLabel(iIndex); in ClearSelection()
631 WideString CPDF_FormField::GetOptionLabel(int index) const { in GetOptionLabel() function in CPDF_FormField
791 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
805 WideString csValue = GetOptionLabel(iOptIndex); in SelectOption()
Dcpdf_formfield.h122 WideString GetOptionLabel(int index) const;
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.h81 WideString GetOptionLabel(int nIndex) const;
Dcpdfsdk_widget.cpp467 WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const { in GetOptionLabel() function in CPDFSDK_Widget
469 return pFormField->GetOptionLabel(nIndex); in GetOptionLabel()
Dcpdfsdk_interactiveform.cpp299 sValue = pFormField->GetOptionLabel(index); in OnFormat()
Dfpdf_annot.cpp1009 WideString ws = pFormField->GetOptionLabel(index); in FPDFAnnot_GetOptionLabel()
Dcpdfsdk_appstream.cpp1622 pEdit->SetText(pField->GetOptionLabel(nCurSel)); in SetAsComboBox()
1687 pEdit->SetText(pField->GetOptionLabel(i)); in SetAsListBox()
/external/pdfium/fxjs/
Dcjs_field.cpp2107 pFormField->GetOptionLabel(iIndex).AsStringView()); in get_value()
2430 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).AsStringView())); in getItemAt()
2436 pRuntime->NewString(pFormField->GetOptionLabel(nIdx).AsStringView())); in getItemAt()