/external/webkit/Source/WebCore/dom/ |
D | WheelEvent.cpp | 46 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()
|
D | KeyboardEvent.cpp | 63 … 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()
|
D | WheelEvent.h | 43 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);
|
D | TouchEvent.cpp | 44 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()
|
D | MouseEvent.cpp | 42 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()
|
D | TouchEvent.h | 48 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);
|
D | UIEventWithKeyState.h | 35 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()
|
D | KeyboardEvent.h | 67 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);
|
D | MouseEvent.h | 44 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,
|
D | WheelEvent.idl | 31 readonly attribute boolean altKey; 56 in boolean altKey, 70 in boolean altKey,
|
D | KeyboardEvent.idl | 38 readonly attribute boolean altKey; 54 in boolean altKey, 71 in boolean altKey,
|
D | MouseEvent.idl | 30 readonly attribute boolean altKey; 45 in boolean altKey,
|
D | TouchEvent.idl | 36 readonly attribute boolean altKey; 49 in boolean altKey,
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PlatformKeyboardEventChromium.cpp | 89 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/ |
D | DOMEvents.idl | 184 //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/ |
D | WebTouchEvent.cpp | 36 …Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bo… in WebTouchEvent() argument 40 , m_altKey(altKey) in WebTouchEvent()
|
D | WebEventConversion.cpp | 74 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/ |
D | PlatformKeyboardEvent.h | 154 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);
|
D | PlatformMouseEvent.h | 127 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/ |
D | SearchController.js | 82 … 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/ |
D | KeyEventWin.cpp | 217 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/ |
D | DOMEventsClasses.cpp | 307 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/ |
D | PlatformKeyboardEventBrew.cpp | 252 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument 257 altKey = false; in getCurrentModifierState()
|
/external/webkit/Source/WebCore/platform/android/ |
D | KeyEventAndroid.cpp | 254 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument 259 altKey = false; in getCurrentModifierState()
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | PlatformKeyboardEventHaiku.cpp | 380 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bo… in getCurrentModifierState() argument 385 altKey = modifiers & B_CONTROL_KEY; in getCurrentModifierState()
|