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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ComboBox.cpp 83 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
118 return nCurSel != m_pWidget->GetSelectedIndex(0);
127 return nCurSel != m_pWidget->GetSelectedIndex(0);
171 m_pWidget->GetSelectedIndex(0);
FFL_ListBox.cpp 149 return pListBox->GetCurSel() != m_pWidget->GetSelectedIndex(0);
233 FX_INT32 nCurSel = m_pWidget->GetSelectedIndex(0);
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 86 int GetSelectedIndex(int nIndex) const;
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 466 int CPDF_FormField::GetSelectedIndex(int index)
513 int iIndex = GetSelectedIndex(0);
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 218 int CPDFSDK_Widget::GetSelectedIndex(int nIndex) const
223 return pFormField->GetSelectedIndex(nIndex);
1075 FX_INT32 nCurSel = pField->GetSelectedIndex(0);
1158 if (pField->GetSelectedIndex(j) == i)
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1140 int GetSelectedIndex(int index);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 1101 vp << pFormField->GetSelectedIndex(0);
1107 SelArray.SetElement(i, CJS_Value(m_isolate,pFormField->GetSelectedIndex(i)));
    [all...]

Completed in 434 milliseconds