Searched defs:metaKey (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
H A DUIEventWithKeyState.h36 bool metaKey() const { return m_metaKey; } function in class:WebCore::UIEventWithKeyState
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
53 , m_metaKey(metaKey)
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 DTouchEvent.cpp44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
46 ctrlKey, altKey, shiftKey, metaKey)
63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
78 m_metaKey = metaKey;
41 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
60 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 DTouchEvent.h48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
52 ctrlKey, altKey, shiftKey, metaKey));
59 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
76 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 DWheelEvent.cpp46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
49 ctrlKey, altKey, shiftKey, metaKey)
60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
72 m_metaKey = metaKey;
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
90 ctrlKey, altKey, shiftKey, metaKey);
109 view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey()));
43 WheelEvent(float wheelTicksX, float wheelTicksY, float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
58 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
85 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 DKeyboardEvent.cpp63 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
74 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey)
88 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
100 m_metaKey = metaKey;
113 return metaKey();
71 KeyboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, AbstractView *view, const String &keyIdentifier, unsigned keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
86 initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String &keyIdentifier, unsigned keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A DKeyboardEvent.h67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
70 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
103 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
65 create(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String& keyIdentifier, unsigned keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A 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,
42 create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard = 0, bool isSimulated = false) argument
H A DWheelEvent.h43 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
47 ctrlKey, altKey, shiftKey, metaKey));
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);
40 create(float wheelTicksX, float wheelTicksY, float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DMouseEvent.cpp42 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(),
54 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
58 pageX, pageY, ctrlKey, altKey, shiftKey, metaKey, isSimulated)
72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
85 m_metaKey = metaKey;
150 m_metaKey = keyStateEvent->metaKey();
186 event()->ctrlKey(), event()->altKey(), event()->shiftKey(), event()->metaKey(),
52 MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, PassRefPtr<EventTarget> relatedTarget, PassRefPtr<Clipboard> clipboard, bool isSimulated) argument
70 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
H A DMouseRelatedEvent.cpp79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated)
80 : UIEventWithKeyState(eventType, canBubble, cancelable, abstractView, detail, ctrlKey, altKey, shiftKey, metaKey)
77 MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> abstractView, int detail, int screenX, int screenY, int windowX, int windowY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) argument
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformKeyboardEventChromium.cpp89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
95 metaKey = false;
101 metaKey = currentModifiers & ::cmdKey;
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp390 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
395 metaKey = false;
/external/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers modifiers, double timestamp) argument
42 , m_metaKey(metaKey)
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp380 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
386 metaKey = modifiers & B_OPTION_KEY;
/external/webkit/Source/WebCore/platform/win/
H A DKeyEventWin.cpp217 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
222 metaKey = false;
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp254 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
260 metaKey = false;
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformKeyboardEventBrew.cpp252 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
258 metaKey = false;
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp245 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
251 metaKey = false;
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp589 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
597 metaKey = state & GDK_META_MASK;
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp629 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
635 metaKey = false;
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h85 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformTouchEvent
H A DPlatformMouseEvent.h128 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformMouseEvent
152 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
H A DPlatformWheelEvent.h124 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformWheelEvent
H A DPlatformKeyboardEvent.h155 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformKeyboardEvent
159 | (metaKey() ? MetaKey : 0)
164 static void getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey);
/external/webkit/Source/WebKit/win/
H A DDOMEventsClasses.cpp319 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::metaKey( function in class:DOMKeyboardEvent
327 *result = keyEvent->metaKey() ? TRUE : FALSE;
360 /* [in] */ BOOL /*metaKey*/,
440 HRESULT STDMETHODCALLTYPE DOMMouseEvent::metaKey( function in class:DOMMouseEvent
448 *result = mouseEvent->metaKey() ? TRUE : FALSE;
477 /* [in] */ BOOL /*metaKey*/,
665 HRESULT STDMETHODCALLTYPE DOMWheelEvent::metaKey( function in class:DOMWheelEvent
730 /* [in] */ BOOL /*metaKey*/)

Completed in 3690 milliseconds

12