Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/
H A 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()
H A 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()
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A 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()
H A Dcpwl_edit_impl.cpp1371 bool bShift, in OnMouseDown()
1385 bool bShift, in OnMouseMove()
1401 void CPWL_EditImpl::OnVK_UP(bool bShift) { in OnVK_UP()
1424 void CPWL_EditImpl::OnVK_DOWN(bool bShift) { in OnVK_DOWN()
1447 void CPWL_EditImpl::OnVK_LEFT(bool bShift) { in OnVK_LEFT()
1490 void CPWL_EditImpl::OnVK_RIGHT(bool bShift) { in OnVK_RIGHT()
1533 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) { in OnVK_HOME()
1570 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) { in OnVK_END()
H A Dcpwl_edit.cpp640 bool bShift = IsSHIFTKeyDown(nFlag); in OnCharInternal() local
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp719 bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift); in OnKeyDown() local
729 void CFWL_ListBox::OnVK(Item* pItem, bool bShift, bool bCtrl) { in OnVK()
H A Dcfwl_edit.cpp956 bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift); in OnKeyDown() local
/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_fieldaction.h18 bool bShift = false; member