Home
last modified time | relevance | path

Searched refs:altKey (Results 1 – 25 of 102) sorted by relevance

12345

/external/webkit/Source/WebCore/dom/
DWheelEvent.cpp46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in WheelEvent() argument
49 ctrlKey, altKey, shiftKey, metaKey) in WheelEvent()
60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in initWheelEvent() argument
70 m_altKey = altKey; in initWheelEvent()
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in initWebKitWheelEvent() argument
90 ctrlKey, altKey, shiftKey, metaKey); in initWebKitWheelEvent()
109 …view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), eve… in WheelEventDispatchMediator()
DKeyboardEvent.cpp63 … true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey()) in KeyboardEvent()
73 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in KeyboardEvent() argument
74 …: UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKe… in KeyboardEvent()
88 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in initKeyboardEvent() argument
99 m_altKey = altKey; in initKeyboardEvent()
111 return altKey(); in getModifierState()
DWheelEvent.h43 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in create() argument
47 ctrlKey, altKey, shiftKey, metaKey)); in create()
52 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
DTouchEvent.cpp44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in TouchEvent() argument
46 ctrlKey, altKey, shiftKey, metaKey) in TouchEvent()
63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in initTouchEvent() argument
76 m_altKey = altKey; in initTouchEvent()
DMouseEvent.cpp42 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(), in create()
54 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, in MouseEvent() argument
58 pageX, pageY, ctrlKey, altKey, shiftKey, metaKey, isSimulated) in MouseEvent()
72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, in initMouseEvent() argument
83 m_altKey = altKey; in initMouseEvent()
148 m_altKey = keyStateEvent->altKey(); in SimulatedMouseEvent()
186 event()->ctrlKey(), event()->altKey(), event()->shiftKey(), event()->metaKey(), in dispatchEvent()
DTouchEvent.h48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in create() argument
52 ctrlKey, altKey, shiftKey, metaKey)); in create()
59 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
DUIEventWithKeyState.h35 bool altKey() const { return m_altKey; } in altKey() function
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) in UIEventWithKeyState() argument
51 , m_altKey(altKey) in UIEventWithKeyState()
DKeyboardEvent.h67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) in create() argument
70 ctrlKey, altKey, shiftKey, metaKey, altGraphKey)); in create()
76 … bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
103 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
DMouseEvent.h44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
48 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
80 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
DWheelEvent.idl31 readonly attribute boolean altKey;
56 in boolean altKey,
70 in boolean altKey,
DKeyboardEvent.idl38 readonly attribute boolean altKey;
54 in boolean altKey,
71 in boolean altKey,
DMouseEvent.idl30 readonly attribute boolean altKey;
45 in boolean altKey,
DTouchEvent.idl36 readonly attribute boolean altKey;
49 in boolean altKey,
/external/webkit/Source/WebCore/platform/chromium/
DPlatformKeyboardEventChromium.cpp89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument
94 altKey = GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT; in getCurrentModifierState()
100 altKey = currentModifiers & ::optionKey; in getCurrentModifierState()
/external/webkit/Source/WebKit/win/Interfaces/
DDOMEvents.idl184 //readonly attribute boolean altKey;
185 HRESULT altKey([out, retval] BOOL* result);
204 // in boolean altKey,
208 …Identifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKe…
224 // in boolean altKey,
255 //readonly attribute boolean altKey;
256 HRESULT altKey([out, retval] BOOL* result);
277 // in boolean altKey,
282 …eenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKe…
435 //readonly attribute boolean altKey;
[all …]
/external/webkit/Source/WebKit2/Shared/
DWebTouchEvent.cpp36 …Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bo… in WebTouchEvent() argument
40 , m_altKey(altKey) in WebTouchEvent()
DWebEventConversion.cpp74 m_altKey = webEvent.altKey(); in WebKit2PlatformMouseEvent()
111 m_altKey = webEvent.altKey(); in WebKit2PlatformWheelEvent()
156 m_altKey = webEvent.altKey(); in WebKit2PlatformKeyboardEvent()
257 m_altKey = webEvent.altKey(); in WebKit2PlatformTouchEvent()
/external/webkit/Source/WebCore/platform/
DPlatformKeyboardEvent.h154 bool altKey() const { return m_altKey; } in altKey() function
157 return (altKey() ? AltKey : 0) in modifiers()
164 … static void getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey);
DPlatformMouseEvent.h127 bool altKey() const { return m_altKey; } in altKey() function
152 … int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
/external/webkit/Source/WebCore/inspector/front-end/
DSearchController.js82 … var isFindKey = event.metaKey && !event.ctrlKey && !event.altKey && !event.shiftKey;
84 … var isFindKey = event.ctrlKey && !event.metaKey && !event.altKey && !event.shiftKey;
103 if (isMac && event.metaKey && !event.ctrlKey && !event.altKey) {
/external/webkit/Source/WebCore/platform/win/
DKeyEventWin.cpp217 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument
221 altKey = GetKeyState(VK_MENU) & HIGH_BIT_MASK_SHORT; in getCurrentModifierState()
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp307 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::altKey( in altKey() function in DOMKeyboardEvent
315 *result = keyEvent->altKey() ? TRUE : FALSE; in altKey()
428 HRESULT STDMETHODCALLTYPE DOMMouseEvent::altKey( in altKey() function in DOMMouseEvent
436 *result = mouseEvent->altKey() ? TRUE : FALSE; in altKey()
659 HRESULT STDMETHODCALLTYPE DOMWheelEvent::altKey( in altKey() function in DOMWheelEvent
/external/webkit/Source/WebCore/platform/brew/
DPlatformKeyboardEventBrew.cpp252 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument
257 altKey = false; in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/android/
DKeyEventAndroid.cpp254 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument
259 altKey = false; in getCurrentModifierState()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp380 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument
385 altKey = modifiers & B_CONTROL_KEY; in getCurrentModifierState()

12345