Home
last modified time | relevance | path

Searched refs:IsMultipleSel (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp352 FX_BOOL CFX_List::IsMultipleSel() const in IsMultipleSel() function in CFX_List
564 if (IsMultipleSel()) in OnMouseDown()
613 if (IsMultipleSel()) in OnMouseMove()
644 if (IsMultipleSel()) in OnVK()
679 OnVK(IsMultipleSel() ? GetCaret()-1 : GetSelect()-1, bShift, bCtrl); in OnVK_UP()
684 OnVK(IsMultipleSel() ? GetCaret()+1 : GetSelect()+1, bShift, bCtrl); in OnVK_DOWN()
783 if (this->IsMultipleSel()) in SetCaret()
857 if (this->IsMultipleSel()) in Select()
1007 if (this->IsMultipleSel()) in GetText()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp455 if (m_pList && m_pList->IsMultipleSel()) in GetFocusRect()
535 FX_BOOL CPWL_ListBox::IsMultipleSel() const in IsMultipleSel() function in CPWL_ListBox
538 return m_pList->IsMultipleSel(); in IsMultipleSel()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h77 FX_BOOL IsMultipleSel() const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h235 virtual FX_BOOL IsMultipleSel() const;
Dfx_edit.h436 virtual FX_BOOL IsMultipleSel() const = 0;