Home
last modified time | relevance | path

Searched refs:OnVK_DOWN (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp213 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()
452 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMouseWheel()
DPWL_EditCtrl.cpp178 m_pEdit->OnVK_DOWN(IsSHIFTpressed(nFlag), false); in OnKeyDown()
DPWL_ComboBox.cpp61 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h230 void OnVK_DOWN(bool bShift, bool bCtrl);
Dfxet_edit.h370 void OnVK_DOWN(bool bShift, bool bCtrl);
Dfxet_list.cpp332 void CFX_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() function in CFX_ListCtrl
Dfxet_edit.cpp1662 void CFX_Edit::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() function in CFX_Edit