Searched refs:get_modifiers (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 234 static skui::ModifierKey get_modifiers(const XEvent& event) { in get_modifiers() function 272 skui::InputState::kDown, get_modifiers(event)); in handleEvent() 275 this->onMouseWheel(1.0f, get_modifiers(event)); in handleEvent() 278 this->onMouseWheel(-1.0f, get_modifiers(event)); in handleEvent() 286 skui::InputState::kUp, get_modifiers(event)); in handleEvent() 292 skui::InputState::kMove, get_modifiers(event)); in handleEvent() 300 if (!this->onKey(key, skui::InputState::kDown, get_modifiers(event))) { in handleEvent() 309 (void) this->onChar((SkUnichar) uni, get_modifiers(event)); in handleEvent() 319 get_modifiers(event)); in handleEvent()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 163 static skui::ModifierKey get_modifiers(UINT message, WPARAM wParam, LPARAM lParam) { in get_modifiers() function 242 get_modifiers(message, wParam, lParam)); in WndProc() 248 eventHandled = window->onChar(c, get_modifiers(message, wParam, lParam)); in WndProc() 254 get_modifiers(message, wParam, lParam)); in WndProc() 260 get_modifiers(message, wParam, lParam)); in WndProc() 280 get_modifiers(message, wParam, lParam)); in WndProc() 296 get_modifiers(message, wParam, lParam)); in WndProc() 301 get_modifiers(message, wParam, lParam)); in WndProc()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_config_key.py | 26 get_modifiers = Func() variable in ValidationTest.Validator 78 self.dialog.get_modifiers.result = ['Shift'] 81 self.dialog.get_modifiers.result = [] 89 self.dialog.get_modifiers.result = mods 92 self.dialog.get_modifiers.result = [] 193 gm = dialog.get_modifiers 206 @mock.patch.object(config_key.GetKeysFrame, 'get_modifiers') 227 @mock.patch.object(config_key.GetKeysFrame, 'get_modifiers')
|
/third_party/python/Lib/idlelib/ |
H A D | config_key.py | 205 keylist = modifiers = self.get_modifiers() 212 def get_modifiers(self): member in GetKeysFrame 243 modifiers = self.get_modifiers()
|
/third_party/libabigail/src/ |
H A D | abg-ir-priv.h | 108 get_modifiers() const;
|
H A D | abg-ir.cc | 14953 integral_type::get_modifiers() const in get_modifiers() function in abigail::ir::integral_type
|
Completed in 38 milliseconds