Home
last modified time | relevance | path

Searched defs:altKey (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/events/
DUIEventWithKeyState.h35 bool altKey() const { return m_altKey; } in altKey() 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.h42 bool altKey; 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 …iew, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey,… in GestureEvent()
DWheelEvent.cpp63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in WheelEvent()
DMouseEvent.h44 bool altKey; 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/third_party/WebKit/Source/platform/
DPlatformKeyboardEvent.cpp87 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState()
DPlatformEvent.h87 bool altKey() const { return m_modifiers & AltKey; } in altKey() function
116 … PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) in PlatformEvent()
DPlatformGestureEvent.h46 …n, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, … in PlatformGestureEvent()
DPlatformMouseEvent.h77 …PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, … in PlatformMouseEvent()
DPlatformWheelEvent.h78 … PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) in PlatformWheelEvent()
/external/chromium_org/chrome/test/chromedriver/js/
Ddispatch_context_menu_event.js34 altKey: modifiers & ModifierMask.ALT, property
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
Dexterns.js142 ChromeKeyboardEvent.prototype.altKey; method in ChromeKeyboardEvent
/external/chromium_org/remoting/webapp/browser_test/
Dbump_scroll_browser_test.js142 altKey: false, property
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dkey_sequence.js85 altKey: [], property
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
Dkeycodes.js91 altKey: true, property
/external/chromium_org/remoting/webapp/js_proto/
Ddom_proto.js251 ctrlKey, altKey, shiftKey, metaKey, argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
Dflat_keymap.json89 "altKey": [true]} array
105 "altKey": [true], array
111 "altKey": [true], array
129 "altKey": [true]} array
145 "altKey": [true], array
151 "altKey": [true], array
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp117 bool altKey = static_cast<bool>(keyState & PlatformEvent::AltKey); in createMouseEvent() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionServer.js634 altKey: entry.altKey, property

12