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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 384 if (m_pList && m_pList->IsMultipleSel()) {
447 FX_BOOL CPWL_ListBox::IsMultipleSel() const {
449 return m_pList->IsMultipleSel();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 288 FX_BOOL CFX_List::IsMultipleSel() const {
459 if (IsMultipleSel()) {
498 if (IsMultipleSel()) {
522 if (IsMultipleSel()) {
547 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl);
551 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl);
633 if (IsMultipleSel()) {
695 if (IsMultipleSel()) {
816 if (IsMultipleSel())

Completed in 68 milliseconds