Searched refs:altKey (Results 1 - 25 of 89) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DUIEventWithKeyState.h35 bool altKey() const { return m_altKey; } function in class:WebCore::UIEventWithKeyState
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
51 , m_altKey(altKey)
47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DKeyboardEvent.cpp93 , altKey(false)
108 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
118 : UIEventWithKeyState(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey)
128 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
129 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey)
143 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
154 m_altKey = altKey;
168 return altKey();
126 KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, const String &keyIdentifier, unsigned location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
141 initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String &keyIdentifier, unsigned location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A DTouchEvent.cpp46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
50 ctrlKey, altKey, shiftKey, metaKey)
65 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
77 m_altKey = altKey;
43 TouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
62 initTouchEvent(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DGestureEvent.cpp64 return adoptRef(new GestureEvent(eventType, view, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.deltaX(), event.deltaY()));
67 void GestureEvent::initGestureEvent(const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) argument
75 m_altKey = altKey;
99 GestureEvent::GestureEvent(const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) argument
100 : MouseRelatedEvent(type, true, true, view, 0, IntPoint(screenX, screenY), IntPoint(clientX, clientY), IntPoint(0, 0), ctrlKey, altKey, shiftKey, metaKey)
H A DKeyboardEvent.h42 bool altKey; member in struct:WebCore::KeyboardEventInit
76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
79 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
86 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
110 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
74 create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String& keyIdentifier, unsigned location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A DWheelEvent.h66 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice)
69 screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey, directionInvertedFromDevice));
74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
97 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice);
63 create(const FloatPoint& wheelTicks, const FloatPoint& rawDelta, unsigned deltaMode, PassRefPtr<AbstractView> view, const IntPoint& screenLocation, const IntPoint& pageLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice) argument
H A DWheelEvent.cpp56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice)
61 ctrlKey, altKey, shiftKey, metaKey, 0, 0, 0, false)
72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
81 m_altKey = altKey;
97 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
100 ctrlKey, altKey, shiftKey, metaKey);
130 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.directionInvertedFromDevice()));
54 WheelEvent(const FloatPoint& wheelTicks, const FloatPoint& rawDelta, unsigned deltaMode, PassRefPtr<AbstractView> view, const IntPoint& screenLocation, const IntPoint& pageLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice) argument
70 initWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
95 initWebKitWheelEvent(int rawDeltaX, int rawDeltaY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DMouseEvent.cpp43 , altKey(false)
67 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(),
74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
81 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, 0, false);
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
93 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
106 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
112 ctrlKey, altKey, shiftKey, metaKey, isSimulated)
125 initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey, false /* isSimulated */)
141 bool ctrlKey, bool altKey, boo
71 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, int movementX, int movementY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget) argument
84 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, int movementX, int movementY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
103 MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, int movementX, int movementY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
139 initMouseEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget) argument
[all...]
H A DKeyboardEvent.idl38 [InitializedByEventConstructor] readonly attribute boolean altKey;
52 [Default=Undefined] optional boolean altKey,
H A DTouchEvent.h48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
52 ctrlKey, altKey, shiftKey, metaKey));
59 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
44 create(TouchList* touches, TouchList* targetTouches, TouchList* changedTouches, const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.idl31 readonly attribute boolean altKey;
44 [Default=Undefined] optional boolean altKey,
H A DGestureEvent.h42 void initGestureEvent(const AtomicString& type, PassRefPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY);
51 GestureEvent(const AtomicString& type, PassRefPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY);
H A DMouseEvent.h44 bool altKey; member in struct:WebCore::MouseEventInit
61 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
105 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
H A DMouseEvent.idl29 [InitializedByEventConstructor] readonly attribute boolean altKey;
46 [Default=Undefined] optional boolean altKey,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Dkeycodes.js68 if (evt.altKey) {
91 altKey: true,
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElementWin.cpp40 bool eventShowsMenu = (!event->altKey() && !event->ctrlKey() && event->keyIdentifier() == "F4")
41 || ((event->altGraphKey() || event->altKey()) && (event->keyIdentifier() == "Down" || event->keyIdentifier() == "Up"));
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dexperimental.offscreenTabs_custom_bindings.js23 altKey: e.altKey,
36 altKey: e.altKey,
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformGestureEvent.h45 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, float deltaX, float deltaY, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) argument
46 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
54 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, const IntSize& area, const FloatPoint& delta, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) argument
55 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
H A DPlatformMouseEvent.h48 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
49 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
47 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
H A DPlatformEvent.h85 bool altKey() const { return m_modifiers & AltKey; } function in class:WebCore::PlatformEvent
114 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
123 if (altKey)
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DPlatformKeyboardEventChromium.cpp87 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
92 altKey = GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT;
98 altKey = currentModifiers & ::optionKey;
103 altKey = false;
/external/chromium_org/chrome/test/chromedriver/js/
H A Ddispatch_context_menu_event.js34 altKey: modifiers & ModifierMask.ALT,
/external/chromium_org/chrome/browser/resources/chromeos/keyboard/
H A Dkeyboard_utils.js16 if (event.ctrlKey || event.shiftKey || event.altKey || event.metaKey)
31 if (event.ctrlKey || event.shiftKey || event.altKey || event.metaKey)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DInspectorView.js164 if (panelShortcutEnabled && !event.shiftKey && !event.altKey && event.keyCode > 0x30 && event.keyCode < 0x3A) {
187 var isRotateLeft = !event.shiftKey && !event.altKey;
196 var isGoBack = event.altKey;
205 var isRotateRight = !event.shiftKey && !event.altKey;
214 var isGoForward = event.altKey;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Ddot_list.js48 if (e.metaKey || e.shiftKey || e.altKey || e.ctrlKey)

Completed in 215 milliseconds

1234