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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 137 if (pListBox->IsItemSelected(i))
185 if (pListBox->IsItemSelected(i))
259 if (pListBox->IsItemSelected(i))
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 80 FX_BOOL IsItemSelected(FX_INT32 nItemIndex) const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 149 if (m_pList->IsItemSelected(i))
209 if (m_pList->IsItemSelected(i))
559 FX_BOOL CPWL_ListBox::IsItemSelected(FX_INT32 nItemIndex) const
562 return m_pList->IsItemSelected(nItemIndex);
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 540 FX_BOOL CPDF_FormField::IsItemSelected(int index)
625 if (IsItemSelected(i)) {
656 bSelected = IsItemSelected(i);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 321 FX_BOOL CFX_List::IsItemSelected(FX_INT32 nIndex) const
568 if (IsItemSelected(nHitIndex))
746 if (bSelected != this->IsItemSelected(nItemIndex))
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 432 virtual FX_BOOL IsItemSelected(FX_INT32 nIndex) const = 0;
fxet_list.h 231 virtual FX_BOOL IsItemSelected(FX_INT32 nIndex) const;
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1189 FX_BOOL IsItemSelected(int index);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 1146 if (iSelecting < pFormField->CountOptions() && !pFormField->IsItemSelected(iSelecting))
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 262 return pFormField->IsItemSelected(nIndex);
    [all...]

Completed in 219 milliseconds