Searched refs:OnVK_UP (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_ListBox.cpp | 261 m_pList->OnVK_UP(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnKeyDown() 625 m_pList->OnVK_UP(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnMouseWheel()
|
D | PWL_EditCtrl.cpp | 218 m_pEdit->OnVK_UP(IsSHIFTpressed(nFlag),FALSE); in OnKeyDown()
|
D | PWL_ComboBox.cpp | 70 m_pList->OnVK_UP(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 299 virtual void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) = 0; 482 virtual void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) = 0;
|
D | fxet_list.h | 310 void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl);
|
D | fxet_edit.h | 614 void OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl);
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 677 void CFX_ListCtrl::OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) in OnVK_UP() function in CFX_ListCtrl
|
D | fxet_edit.cpp | 2697 void CFX_Edit::OnVK_UP(FX_BOOL bShift,FX_BOOL bCtrl) in OnVK_UP() function in CFX_Edit
|