Searched refs:OnVK (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.cpp | 229 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK() function in CPWL_ListCtrl 255 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP() 259 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN() 263 OnVK(0, bShift, bCtrl); in OnVK_LEFT() 267 OnVK(GetCount() - 1, bShift, bCtrl); in OnVK_RIGHT() 271 OnVK(0, bShift, bCtrl); in OnVK_HOME() 275 OnVK(GetCount() - 1, bShift, bCtrl); in OnVK_END() 283 OnVK(nFindIndex, bShift, bCtrl); in OnChar()
|
D | cpwl_list_impl.h | 133 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 | 794 OnVK(pItem, bShift, bCtrl); in OnKeyDown() 802 void CFWL_ListBox::OnVK(CFWL_ListItem* pItem, bool bShift, bool bCtrl) { in OnVK() function in CFWL_ListBox
|