Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp288 FX_BOOL CFX_List::IsMultipleSel() const { in IsMultipleSel() function in CFX_List
459 if (IsMultipleSel()) { in OnMouseDown()
498 if (IsMultipleSel()) { in OnMouseMove()
522 if (IsMultipleSel()) { in OnVK()
547 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
551 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
633 if (IsMultipleSel()) { in SetCaret()
695 if (IsMultipleSel()) { in Select()
816 if (IsMultipleSel()) in GetText()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp384 if (m_pList && m_pList->IsMultipleSel()) { in GetFocusRect()
447 FX_BOOL CPWL_ListBox::IsMultipleSel() const { in IsMultipleSel() function in CPWL_ListBox
449 return m_pList->IsMultipleSel(); in IsMultipleSel()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h95 FX_BOOL IsMultipleSel() const;
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h224 FX_BOOL IsMultipleSel() const override;
Dfx_edit.h531 virtual FX_BOOL IsMultipleSel() const = 0;