Searched defs:bShift (Results 1 – 9 of 9) sorted by relevance
| /external/pdfium/fxjs/ |
| D | cjs_event_context_stub.h | 33 bool bShift, in OnField_MouseDown() 36 bool bShift, in OnField_MouseEnter() 39 bool bShift, in OnField_MouseExit() 42 bool bShift, in OnField_MouseUp() 45 bool bShift, in OnField_Focus() 49 bool bShift, in OnField_Blur() 63 bool bShift, in OnField_Keystroke() 73 bool bShift, in OnField_Validate() 78 bool bShift, in OnScreen_Focus() 81 bool bShift, in OnScreen_Blur() [all …]
|
| D | cjs_eventrecorder.cpp | 81 bool bShift, in OnField_MouseEnter() 92 bool bShift, in OnField_MouseExit() 102 bool bShift, in OnField_MouseDown() 113 bool bShift, in OnField_MouseUp() 123 bool bShift, in OnField_Focus() 136 bool bShift, in OnField_Blur() 154 bool bShift, in OnField_Keystroke() 186 bool bShift, in OnField_Validate() 233 bool bShift, in OnScreen_Focus() 243 bool bShift, in OnScreen_Blur() [all …]
|
| D | cjs_event_context.cpp | 164 bool bShift, in OnField_MouseDown() 170 bool bShift, in OnField_MouseEnter() 176 bool bShift, in OnField_MouseExit() 182 bool bShift, in OnField_MouseUp() 188 bool bShift, in OnField_Focus() 195 bool bShift, in OnField_Blur() 219 bool bShift, in OnField_Keystroke() 234 bool bShift, in OnField_Validate() 243 bool bShift, in OnScreen_Focus() 249 bool bShift, in OnScreen_Blur() [all …]
|
| /external/pdfium/fpdfsdk/pwl/ |
| D | cpwl_list_impl.cpp | 163 bool bShift, in OnMouseDown() 202 bool bShift, in OnMouseMove() 229 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK() 254 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() 258 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() 262 void CPWL_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() 266 void CPWL_ListCtrl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT() 270 void CPWL_ListCtrl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 274 void CPWL_ListCtrl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END() 278 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar()
|
| D | cpwl_edit_impl.cpp | 1294 bool bShift, in OnMouseDown() 1308 bool bShift, in OnMouseMove() 1324 void CPWL_EditImpl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() 1347 void CPWL_EditImpl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() 1370 void CPWL_EditImpl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() 1413 void CPWL_EditImpl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT() 1456 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 1493 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
|
| D | cpwl_edit_ctrl.cpp | 194 bool bShift = IsSHIFTpressed(nFlag); in OnChar() local
|
| /external/pdfium/fpdfsdk/ |
| D | cpdfsdk_fieldaction.h | 18 bool bShift = false; member
|
| /external/pdfium/xfa/fwl/ |
| D | cfwl_listbox.cpp | 792 bool bShift = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Shift); in OnKeyDown() local 802 void CFWL_ListBox::OnVK(CFWL_ListItem* pItem, bool bShift, bool bCtrl) { in OnVK()
|
| D | cfwl_edit.cpp | 1180 bool bShift = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Shift); in OnKeyDown() local
|