Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h231 void OnVK_LEFT(bool bShift, bool bCtrl);
Dfxet_edit.h371 void OnVK_LEFT(bool bShift, bool bCtrl);
Dfxet_list.cpp336 void CFX_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() function in CFX_ListCtrl
Dfxet_edit.cpp1686 void CFX_Edit::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() function in CFX_Edit
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp219 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDown()
DPWL_EditCtrl.cpp181 m_pEdit->OnVK_LEFT(IsSHIFTpressed(nFlag), false); in OnKeyDown()
DPWL_ComboBox.cpp67 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()