Searched defs:bShift (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_event_context_stub.h | 32 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 D | cjs_event_context.cpp | 142 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 D | cpwl_list_ctrl.cpp | 159 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 D | cpwl_edit_impl.cpp | 1371 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 D | cpwl_edit.cpp | 640 bool bShift = IsSHIFTKeyDown(nFlag); in OnCharInternal() local
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_listbox.cpp | 719 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 D | cfwl_edit.cpp | 956 bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift); in OnKeyDown() local
|
/aosp_15_r20/external/pdfium/fpdfsdk/formfiller/ |
H A D | cffl_fieldaction.h | 18 bool bShift = false; member
|