Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h303 virtual void OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl) = 0;
484 virtual void OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl) = 0;
Dfxet_list.h312 void OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl);
Dfxet_edit.h616 void OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp270 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnKeyDown()
DPWL_EditCtrl.cpp224 m_pEdit->OnVK_LEFT(IsSHIFTpressed(nFlag),FALSE); in OnKeyDown()
DPWL_ComboBox.cpp79 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag),IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp687 void CFX_ListCtrl::OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl) in OnVK_LEFT() function in CFX_ListCtrl
Dfxet_edit.cpp2759 void CFX_Edit::OnVK_LEFT(FX_BOOL bShift,FX_BOOL bCtrl) in OnVK_LEFT() function in CFX_Edit