Home
last modified time | relevance | path

Searched defs:shiftKey (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/events/
DUIEventWithKeyState.h34 bool shiftKey() const { return m_shiftKey; } in shiftKey() function
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in UIEventWithKeyState()
DTouchEvent.cpp45 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool cancelable) in TouchEvent()
62 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in initTouchEvent()
DKeyboardEvent.h43 bool shiftKey; member
75 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in create()
DKeyboardEvent.cpp124 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in KeyboardEvent()
138 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in initKeyboardEvent()
DMouseEvent.cpp71 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, in create()
89 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, in MouseEvent()
123 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, in initMouseEvent()
DTouchEvent.h48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool cancelable) in create()
DGestureEvent.cpp90 …nX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,… in GestureEvent()
DWheelEvent.cpp63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in WheelEvent()
DMouseEvent.h45 bool shiftKey; member
DWheelEvent.h71 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in create()
DMouseRelatedEvent.cpp58 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) in MouseRelatedEvent()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
Dflat_keymap.json4 "shiftKey": [true]} array
106 "shiftKey": [true]} array
112 "shiftKey": [true]} array
146 "shiftKey": [true]} array
152 "shiftKey": [true]} array
158 "shiftKey": [true]} array
164 "shiftKey": [true]} array
170 "shiftKey": [true]} array
176 "shiftKey": [true]} array
419 "shiftKey": [true]} array
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformKeyboardEvent.cpp87 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
DPlatformEvent.h85 bool shiftKey() const { return m_modifiers & ShiftKey; } in shiftKey() function
116 … PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) in PlatformEvent()
DPlatformGestureEvent.h46 …onst IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey,… in PlatformGestureEvent()
DPlatformMouseEvent.h77 …sition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey,… in PlatformMouseEvent()
DPlatformWheelEvent.h78 …TicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey,… in PlatformWheelEvent()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
Dutil.js124 targetNode, shiftKey, callOnClickDirectly, opt_double) { argument
/external/chromium_org/chrome/test/chromedriver/js/
Ddispatch_context_menu_event.js35 shiftKey: modifiers & ModifierMask.SHIFT, property
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_transform.js242 return function(x, y, shiftKey) { argument
519 return function(newScreenX, newScreenY, shiftKey) { argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DResizerWidget.js141 …pdate, { startPosition: this._startPosition, currentPosition: position, shiftKey: event.shiftKey }… property
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
Dexterns.js148 ChromeKeyboardEvent.prototype.shiftKey; method in ChromeKeyboardEvent
/external/chromium_org/remoting/webapp/browser_test/
Dbump_scroll_browser_test.js143 shiftKey: false, property
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dkey_sequence.js87 shiftKey: [], property
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
Dkeycodes.js90 shiftKey: true, property

12