Searched refs:OnVK (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.cpp | 231 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK() function in CPWL_ListCtrl 257 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP() 261 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN() 265 OnVK(0, bShift, bCtrl); in OnVK_LEFT() 269 OnVK(GetCount() - 1, bShift, bCtrl); in OnVK_RIGHT() 273 OnVK(0, bShift, bCtrl); in OnVK_HOME() 277 OnVK(GetCount() - 1, bShift, bCtrl); in OnVK_END() 285 OnVK(nFindIndex, bShift, bCtrl); in OnChar()
|
D | cpwl_list_impl.h | 132 void OnVK(int32_t nItemIndex, bool bShift, bool bCtrl);
|
/external/pdfium/xfa/fwl/ |
D | cfwl_listbox.h | 115 void OnVK(CFWL_ListItem* hItem, bool bShift, bool bCtrl);
|
D | cfwl_listbox.cpp | 800 OnVK(pItem, bShift, bCtrl); in OnKeyDown() 808 void CFWL_ListBox::OnVK(CFWL_ListItem* pItem, bool bShift, bool bCtrl) { in OnVK() function in CFWL_ListBox
|