Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_event_context_stub.h32 bool bShift, in OnField_MouseDown()
35 bool bShift, in OnField_MouseEnter()
38 bool bShift, in OnField_MouseExit()
41 bool bShift, in OnField_MouseUp()
44 bool bShift, in OnField_Focus()
48 bool bShift, in OnField_Blur()
62 bool bShift, in OnField_Keystroke()
72 bool bShift, in OnField_Validate()
Dcjs_event_context.cpp142 bool bShift, in OnField_MouseEnter()
151 bool bShift, in OnField_MouseExit()
160 bool bShift, in OnField_MouseDown()
169 bool bShift, in OnField_MouseUp()
178 bool bShift, in OnField_Focus()
190 bool bShift, in OnField_Blur()
207 bool bShift, in OnField_Keystroke()
238 bool bShift, in OnField_Validate()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_ctrl.cpp159 bool bShift, in OnMouseDown()
198 bool bShift, in OnMouseMove()
225 void CPWL_ListCtrl::OnVK(int32_t nItemIndex, bool bShift, bool bCtrl) { in OnVK()
250 void CPWL_ListCtrl::OnVK_UP(bool bShift, bool bCtrl) { in OnVK_UP()
254 void CPWL_ListCtrl::OnVK_DOWN(bool bShift, bool bCtrl) { in OnVK_DOWN()
258 void CPWL_ListCtrl::OnVK_LEFT(bool bShift, bool bCtrl) { in OnVK_LEFT()
262 void CPWL_ListCtrl::OnVK_RIGHT(bool bShift, bool bCtrl) { in OnVK_RIGHT()
266 void CPWL_ListCtrl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
270 void CPWL_ListCtrl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
274 bool CPWL_ListCtrl::OnChar(uint16_t nChar, bool bShift, bool bCtrl) { in OnChar()
Dcpwl_edit_impl.cpp1383 bool bShift, in OnMouseDown()
1397 bool bShift, in OnMouseMove()
1413 void CPWL_EditImpl::OnVK_UP(bool bShift) { in OnVK_UP()
1436 void CPWL_EditImpl::OnVK_DOWN(bool bShift) { in OnVK_DOWN()
1459 void CPWL_EditImpl::OnVK_LEFT(bool bShift) { in OnVK_LEFT()
1502 void CPWL_EditImpl::OnVK_RIGHT(bool bShift) { in OnVK_RIGHT()
1545 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
1582 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
Dcpwl_edit.cpp622 bool bShift = IsSHIFTKeyDown(nFlag); in OnCharInternal() local
/external/pdfium/fpdfsdk/formfiller/
Dcffl_fieldaction.h18 bool bShift = false; member
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp721 bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift); in OnKeyDown() local
731 void CFWL_ListBox::OnVK(Item* pItem, bool bShift, bool bCtrl) { in OnVK()
Dcfwl_edit.cpp953 bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift); in OnKeyDown() local