Home
last modified time | relevance | path

Searched defs:ctrlKey (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/events/
DUIEventWithKeyState.h33 bool ctrlKey() const { return m_ctrlKey; } in ctrlKey() 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.h41 bool ctrlKey; 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 …stractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, b… in GestureEvent()
DWheelEvent.cpp63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in WheelEvent()
DMouseEvent.h43 bool ctrlKey; member
DWheelEvent.h71 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in create()
DMouseRelatedEvent.cpp58bool 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.h86 bool ctrlKey() const { return m_modifiers & CtrlKey; } in ctrlKey() function
116 … PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) in PlatformEvent()
DPlatformGestureEvent.h46 …globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, b… in PlatformGestureEvent()
DPlatformMouseEvent.h77 …tton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, b… in PlatformMouseEvent()
DPlatformWheelEvent.h78 …heelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, b… in PlatformWheelEvent()
/external/chromium_org/chrome/test/chromedriver/js/
Ddispatch_context_menu_event.js33 ctrlKey: modifiers & ModifierMask.CTRL, property
/external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
Dexterns.js145 ChromeKeyboardEvent.prototype.ctrlKey; method in ChromeKeyboardEvent
/external/chromium_org/remoting/webapp/browser_test/
Dbump_scroll_browser_test.js141 ctrlKey: false, property
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dkey_sequence.js83 ctrlKey: [], property
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
Dkeycodes.js92 ctrlKey: true, property
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
Dflat_keymap.json12 "sequence": {"keys": {"ctrlKey": [true], array
37 "sequence": {"keys": {"ctrlKey": [true], array
82 "ctrlKey": [true]} array
100 "ctrlKey": [true]} array
123 "ctrlKey": [true]} array
140 "ctrlKey": [true]} array
182 "ctrlKey": [true]} array
188 "ctrlKey": [true]} array
/external/chromium_org/remoting/webapp/js_proto/
Ddom_proto.js251 ctrlKey, altKey, shiftKey, metaKey, argument
/external/chromium_org/ui/file_manager/file_manager/background/js/
Dtest_util.js391 { bubbles: true, keyIdentifier: keyIdentifier, ctrlKey: ctrl }); property
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp116 bool ctrlKey = static_cast<bool>(keyState & PlatformEvent::CtrlKey); in createMouseEvent() local

12