Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp210 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()
454 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMouseWheel()
DPWL_EditCtrl.cpp175 m_pEdit->OnVK_UP(IsSHIFTpressed(nFlag), false); in OnKeyDown()
DPWL_ComboBox.cpp58 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h229 void OnVK_UP(bool bShift, bool bCtrl);
Dfxet_edit.h369 void OnVK_UP(bool bShift, bool bCtrl);
Dfxet_list.cpp328 void CFX_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() function in CFX_ListCtrl
Dfxet_edit.cpp1638 void CFX_Edit::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() function in CFX_Edit