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

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 67 swText = m_pWidget->GetOptionLabel(nCurSel);
70 pWnd->AddString(m_pWidget->GetOptionLabel(i));
111 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel));
294 swRet = pFormField->GetOptionLabel(nExport);
cffl_listbox.cpp 57 pWnd->AddString(m_pWidget->GetOptionLabel(i));
148 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
159 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 102 CFX_WideString GetOptionLabel(int index) const;
cpdf_formfield.cpp 189 csValue = GetOptionLabel(iIndex);
477 csValue = GetOptionLabel(iIndex);
633 CFX_WideString CPDF_FormField::GetOptionLabel(int index) const {
691 csValue = GetOptionLabel(iIndex);
850 CFX_WideString csValue = GetOptionLabel(iOptIndex);
864 CFX_WideString csValue = GetOptionLabel(iOptIndex);
891 csValue = GetOptionLabel(iIndex);
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 89 CFX_WideString GetOptionLabel(int nIndex) const;
cpdfsdk_widget.cpp 632 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const {
634 return pFormField->GetOptionLabel(nIndex);
    [all...]
cpdfsdk_interform.cpp 284 sValue = pFormField->GetOptionLabel(index);
  /external/pdfium/fpdfsdk/javascript/
Field.cpp 362 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0)
    [all...]

Completed in 166 milliseconds