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

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 494 int iOptIndex = GetSelectedOptionIndex(index);
495 CFX_WideString csOpt = GetOptionValue(iOptIndex);
497 return iOptIndex;
950 FX_BOOL CPDF_FormField::IsOptionSelected(int iOptIndex)
962 if (pArray->GetInteger(i) == iOptIndex) {
968 FX_BOOL CPDF_FormField::SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify)
984 if (iFind == iOptIndex) {
990 CFX_WideString csValue = GetOptionLabel(iOptIndex);
1004 } else if (iFind > iOptIndex) {
1010 CFX_WideString csValue = GetOptionLabel(iOptIndex);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1182 FX_BOOL IsOptionSelected(int iOptIndex);
1184 FX_BOOL SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);
    [all...]

Completed in 128 milliseconds