Searched refs:GetOptionLabel (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp67 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);
H A Dcffl_listbox.cpp57 pWnd->AddString(m_pWidget->GetOptionLabel(i));
148 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
159 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp189 csValue = GetOptionLabel(iIndex);
477 csValue = GetOptionLabel(iIndex);
633 CFX_WideString CPDF_FormField::GetOptionLabel(int index) const { function in class:CPDF_FormField
691 csValue = GetOptionLabel(iIndex);
850 CFX_WideString csValue = GetOptionLabel(iOptIndex);
864 CFX_WideString csValue = GetOptionLabel(iOptIndex);
891 csValue = GetOptionLabel(iIndex);
H A Dcpdf_formfield.h102 CFX_WideString GetOptionLabel(int index) const;
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.h89 CFX_WideString GetOptionLabel(int nIndex) const;
H A Dcpdfsdk_widget.cpp632 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const { function in class:CPDFSDK_Widget
634 return pFormField->GetOptionLabel(nIndex);
1387 pEdit->SetText(pField->GetOptionLabel(nCurSel));
1453 pEdit->SetText(pField->GetOptionLabel(i));
H A Dcpdfsdk_interform.cpp284 sValue = pFormField->GetOptionLabel(index);
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp362 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0)
2634 CJS_Value(pRuntime, pFormField->GetOptionLabel(iIndex).c_str());
3009 vRet = CJS_Value(pRuntime, pFormField->GetOptionLabel(nIdx).c_str());
3013 vRet = CJS_Value(pRuntime, pFormField->GetOptionLabel(nIdx).c_str());

Completed in 320 milliseconds