Searched defs:bShift (Results  1 – 8 of 8) sorted by relevance
| /external/pdfium/fxjs/ | 
| 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()
  | 
| 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()
  | 
| /external/pdfium/fpdfsdk/pwl/ | 
| 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()
  | 
| D | cpwl_edit_impl.cpp | 1364                                 bool bShift,  in OnMouseDown() 1378                                 bool bShift,  in OnMouseMove() 1394 void CPWL_EditImpl::OnVK_UP(bool bShift) {  in OnVK_UP() 1417 void CPWL_EditImpl::OnVK_DOWN(bool bShift) {  in OnVK_DOWN() 1440 void CPWL_EditImpl::OnVK_LEFT(bool bShift) {  in OnVK_LEFT() 1483 void CPWL_EditImpl::OnVK_RIGHT(bool bShift) {  in OnVK_RIGHT() 1526 void CPWL_EditImpl::OnVK_HOME(bool bShift, bool bCtrl) {  in OnVK_HOME() 1563 void CPWL_EditImpl::OnVK_END(bool bShift, bool bCtrl) {  in OnVK_END()
  | 
| D | cpwl_edit.cpp | 634   bool bShift = IsSHIFTKeyDown(nFlag);  in OnCharInternal()  local
  | 
| /external/pdfium/fpdfsdk/formfiller/ | 
| D | cffl_fieldaction.h | 18   bool bShift = false;  member
  | 
| /external/pdfium/xfa/fwl/ | 
| D | cfwl_listbox.cpp | 722       bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift);  in OnKeyDown()  local 732 void CFWL_ListBox::OnVK(Item* pItem, bool bShift, bool bCtrl) {  in OnVK()
  | 
| D | cfwl_edit.cpp | 957   bool bShift = !!(pMsg->m_dwFlags & XFA_FWL_KeyFlag::kShift);  in OnKeyDown()  local
  |