Home
last modified time | relevance | path

Searched defs:bShift (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxjs/
Dcjs_event_context_stub.h33 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 …]
Dcjs_eventrecorder.cpp81 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 …]
Dcjs_event_context.cpp164 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/
Dcpwl_list_impl.cpp163 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()
Dcpwl_edit_impl.cpp1294 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()
Dcpwl_edit_ctrl.cpp194 bool bShift = IsSHIFTpressed(nFlag); in OnChar() local
/external/pdfium/fpdfsdk/
Dcpdfsdk_fieldaction.h18 bool bShift = false; member
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp792 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()
Dcfwl_edit.cpp1180 bool bShift = !!(pMsg->m_dwFlags & FWL_KEYFLAG_Shift); in OnKeyDown() local