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

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 136 csValue = GetOptionLabel(iIndex);
155 csValue = GetOptionLabel(iIndex);
512 csValue = GetOptionLabel(iIndex);
764 CFX_WideString CPDF_FormField::GetOptionLabel(int index)
987 CFX_WideString csValue = GetOptionLabel(iOptIndex);
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 241 CFX_WideString CPDFSDK_Widget::GetOptionLabel(int nIndex) const
246 return pFormField->GetOptionLabel(nIndex);
1079 pEdit->SetText((FX_LPCWSTR)pField->GetOptionLabel(nCurSel));
1164 pEdit->SetText((FX_LPCWSTR)pField->GetOptionLabel(i));
    [all...]

Completed in 33 milliseconds