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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h 77 FX_BOOL IsMultipleSel() const;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 352 FX_BOOL CFX_List::IsMultipleSel() const
564 if (IsMultipleSel())
613 if (IsMultipleSel())
644 if (IsMultipleSel())
679 OnVK(IsMultipleSel() ? GetCaret()-1 : GetSelect()-1, bShift, bCtrl);
684 OnVK(IsMultipleSel() ? GetCaret()+1 : GetSelect()+1, bShift, bCtrl);
783 if (this->IsMultipleSel())
857 if (this->IsMultipleSel())
1007 if (this->IsMultipleSel())
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 407 if (this->IsMultipleSel())
455 if (m_pList && m_pList->IsMultipleSel())
535 FX_BOOL CPWL_ListBox::IsMultipleSel() const
538 return m_pList->IsMultipleSel();
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 436 virtual FX_BOOL IsMultipleSel() const = 0;
fxet_list.h 235 virtual FX_BOOL IsMultipleSel() const;

Completed in 158 milliseconds