Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp261 m_pList->OnVK_UP(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnKeyDown()
625 m_pList->OnVK_UP(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnMouseWheel()
DPWL_EditCtrl.cpp218 m_pEdit->OnVK_UP(IsSHIFTpressed(nFlag),FALSE); in OnKeyDown()
DPWL_ComboBox.cpp70 m_pList->OnVK_UP(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h299 virtual void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) = 0;
482 virtual void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) = 0;
Dfxet_list.h310 void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl);
Dfxet_edit.h614 void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp677 void CFX_ListCtrl::OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) in OnVK_UP() function in CFX_ListCtrl
Dfxet_edit.cpp2697 void CFX_Edit::OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) in OnVK_UP() function in CFX_Edit