Searched defs:IsMultipleSel (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp384 if (m_pList && m_pList->IsMultipleSel()) {
447 FX_BOOL CPWL_ListBox::IsMultipleSel() const { function in class:CPWL_ListBox
449 return m_pList->IsMultipleSel();
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp288 FX_BOOL CFX_List::IsMultipleSel() const { function in class:CFX_List
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 41 milliseconds