Searched defs:GetOptionLabel (Results 1 - 2 of 2) sorted by relevance

/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);
/external/pdfium/fpdfsdk/
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));

Completed in 97 milliseconds