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() 65 bool bShift, in OnField_Keystroke() 75 bool bShift, in OnField_Validate() 80 bool bShift, in OnScreen_Focus() 83 bool bShift, in OnScreen_Blur() [all …]
|
D | cjs_event_context.cpp | 118 bool bShift, in OnField_MouseDown() 124 bool bShift, in OnField_MouseEnter() 130 bool bShift, in OnField_MouseExit() 136 bool bShift, in OnField_MouseUp() 142 bool bShift, in OnField_Focus() 149 bool bShift, in OnField_Blur() 174 bool bShift, in OnField_Keystroke() 189 bool bShift, in OnField_Validate() 198 bool bShift, in OnScreen_Focus() 204 bool bShift, in OnScreen_Blur() [all …]
|
D | cjs_eventhandler.cpp | 105 bool bShift, in OnField_MouseEnter() 116 bool bShift, in OnField_MouseExit() 126 bool bShift, in OnField_MouseDown() 137 bool bShift, in OnField_MouseUp() 147 bool bShift, in OnField_Focus() 159 bool bShift, in OnField_Blur() 176 bool bShift, in OnField_Keystroke() 203 bool bShift, in OnField_Validate() 244 bool bShift, in OnScreen_Focus() 254 bool bShift, in OnScreen_Blur() [all …]
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_impl.cpp | 165 bool bShift, in OnMouseDown() 204 bool bShift, in OnMouseMove() 231 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK() 256 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() 260 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() 264 void CPWL_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() 268 void CPWL_ListCtrl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT() 272 void CPWL_ListCtrl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 276 void CPWL_ListCtrl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END() 280 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar()
|
D | cpwl_edit_impl.cpp | 1272 bool bShift, in OnMouseDown() 1286 bool bShift, in OnMouseMove() 1302 void CPWL_EditImpl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP() 1325 void CPWL_EditImpl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN() 1348 void CPWL_EditImpl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT() 1391 void CPWL_EditImpl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT() 1434 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME() 1471 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
|
D | cpwl_edit_ctrl.cpp | 208 bool bShift = IsSHIFTpressed(nFlag); in OnChar() local
|
/external/pdfium/fpdfsdk/ |
D | pdfsdk_fieldaction.h | 26 bool bShift; member
|
/external/pdfium/xfa/fwl/ |
D | cfwl_listbox.cpp | 798 bool bShift = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Shift); in OnKeyDown() local 808 void CFWL_ListBox::OnVK(CFWL_ListItem* pItem, bool bShift, bool bCtrl) { in OnVK()
|
D | cfwl_edit.cpp | 1272 bool bShift = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Shift); in OnKeyDown() local
|