HomeSort by relevance Sort by last modified time
    Searched refs:GetOptionLabel (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cffl_listbox.cpp 47 pWnd->AddString(m_pWidget->GetOptionLabel(i));
147 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
158 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
cffl_combobox.cpp 59 swText = m_pWidget->GetOptionLabel(nCurSel);
62 pWnd->AddString(m_pWidget->GetOptionLabel(i));
103 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel));
264 swRet = pFormField->GetOptionLabel(nExport);
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 90 WideString GetOptionLabel(int nIndex) const;
cpdfsdk_widget.cpp 632 WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const {
634 return pFormField->GetOptionLabel(nIndex);
cpdfsdk_interform.cpp 315 sValue = pFormField->GetOptionLabel(index);
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 190 csValue = GetOptionLabel(iIndex);
476 csValue = GetOptionLabel(iIndex);
632 WideString CPDF_FormField::GetOptionLabel(int index) const {
689 csValue = GetOptionLabel(iIndex);
846 WideString csValue = GetOptionLabel(iOptIndex);
860 WideString csValue = GetOptionLabel(iOptIndex);
887 csValue = GetOptionLabel(iIndex);
cpdf_formfield.h 151 WideString GetOptionLabel(int index) const;
  /external/pdfium/fxjs/
cjs_field.cpp 365 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0)
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp     [all...]

Completed in 107 milliseconds