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

/external/webkit/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.cpp37 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
39 ctrlKey, altKey, shiftKey, metaKey)
49 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
61 m_metaKey = metaKey;
34 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
46 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 DWheelEvent.cpp39 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
42 ctrlKey, altKey, shiftKey, metaKey)
50 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
62 m_metaKey = metaKey;
37 WheelEvent(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
48 initWheelEvent(int wheelDeltaX, int wheelDeltaY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DKeyboardEvent.cpp62 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
73 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey)
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
99 m_metaKey = metaKey;
112 return metaKey();
70 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
85 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 DTouchEvent.h46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
50 ctrlKey, altKey, shiftKey, metaKey));
57 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
69 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
42 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.h40 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
43 ctrlKey, altKey, shiftKey, metaKey));
48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
61 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
38 create(float wheelTicksX, float wheelTicksY, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DKeyboardEvent.h64 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
67 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
100 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
62 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.cpp38 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
42 pageX, pageY, ctrlKey, altKey, shiftKey, metaKey, isSimulated)
56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
69 m_metaKey = metaKey;
36 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
54 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 DMouseEvent.h41 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
45 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
51 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
75 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
39 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 DMouseRelatedEvent.cpp78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated)
79 : UIEventWithKeyState(eventType, canBubble, cancelable, viewArg, detail, ctrlKey, altKey, shiftKey, metaKey)
76 MouseRelatedEvent(const AtomicString& eventType, bool canBubble, bool cancelable, PassRefPtr<AbstractView> viewArg, int detail, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated) argument
H A DNode.cpp2847 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(),
2859 bool metaKey = false; local
2864 metaKey = keyStateEvent->metaKey();
2870 ctrlKey, altKey, shiftKey, metaKey, true, 0, underlyingEvent);
2898 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
2934 ctrlKey, altKey, shiftKey, metaKey, button,
2952 ctrlKey, altKey, shiftKey, metaKey, button,
2990 e.ctrlKey(), e.altKey(), e.shiftKey(), e.metaKey());
2896 dispatchMouseEvent(const AtomicString& eventType, int button, int detail, int pageX, int pageY, int screenX, int screenY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated, Node* relatedTargetArg, PassRefPtr<Event> underlyingEvent) argument
/external/webkit/WebCore/platform/
H A DPlatformTouchEvent.h72 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformTouchEvent
H A DPlatformKeyboardEvent.h122 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformKeyboardEvent
126 | (metaKey() ? MetaKey : 0)
H A DPlatformMouseEvent.h112 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformMouseEvent
128 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp,
H A DPlatformWheelEvent.h100 bool metaKey() const { return m_metaKey; } function in class:WebCore::PlatformWheelEvent
/external/webkit/WebKit/win/
H A DDOMEventsClasses.cpp321 HRESULT STDMETHODCALLTYPE DOMKeyboardEvent::metaKey( function in class:DOMKeyboardEvent
329 *result = keyEvent->metaKey() ? TRUE : FALSE;
362 /* [in] */ BOOL /*metaKey*/,
442 HRESULT STDMETHODCALLTYPE DOMMouseEvent::metaKey( function in class:DOMMouseEvent
450 *result = mouseEvent->metaKey() ? TRUE : FALSE;
479 /* [in] */ BOOL /*metaKey*/,
667 HRESULT STDMETHODCALLTYPE DOMWheelEvent::metaKey( function in class:DOMWheelEvent
732 /* [in] */ BOOL /*metaKey*/)
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1096 @property(readonly) BOOL metaKey; variable
1105 - (void)initWheelEvent:(int)wheelDeltaX wheelDeltaY:(int)wheelDeltaY view:(DOMAbstractView *)view screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1114 @property(readonly) BOOL metaKey; variable
1119 - (void)initKeyboardEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view keyIdentifier:(NSString *)keyIdentifier keyLocation:(unsigned)keyLocation ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey altGraphKey:(BOOL)altGraphKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1120 - (void)initKeyboardEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view keyIdentifier:(NSString *)keyIdentifier keyLocation:(unsigned)keyLocation ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey:(BOOL)metaKey AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1131 @property(readonly) BOOL metaKey; variable
1140 - (void)initMouseEvent:(NSString *)type canBubble:(BOOL)canBubble cancelable:(BOOL)cancelable view:(DOMAbstractView *)view detail:(int)detail screenX:(int)screenX screenY:(int)screenY clientX:(int)clientX clientY:(int)clientY ctrlKey:(BOOL)ctrlKey altKey:(BOOL)altKey shiftKey:(BOOL)shiftKey metaKey
[all...]

Completed in 157 milliseconds