Searched refs:metaKey (Results 1 - 25 of 78) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/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 DKeyboardEvent.cpp100 , metaKey(false)
112 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
121 : UIEventWithKeyState(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey)
130 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
131 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey)
144 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
156 m_metaKey = metaKey;
169 return metaKey();
128 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
142 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.cpp47 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
53 ctrlKey, altKey, shiftKey, metaKey)
71 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
85 m_metaKey = metaKey;
44 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
68 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.cpp66 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()));
69 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
79 m_metaKey = metaKey;
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
104 ctrlKey, altKey, shiftKey, metaKey)
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);
99 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.cpp57 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice)
64 ctrlKey, altKey, shiftKey, metaKey, 0, 0, 0, false)
74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
85 m_metaKey = metaKey;
99 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
102 ctrlKey, altKey, shiftKey, metaKey);
132 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.directionInvertedFromDevice()));
55 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
72 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
97 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 DTouchEvent.h50 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
54 ctrlKey, altKey, shiftKey, metaKey));
61 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
46 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.idl35 readonly attribute boolean metaKey;
49 [Default=Undefined] optional boolean metaKey);
H A DGestureEvent.h48 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);
57 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.cpp45 , metaKey(false)
69 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(),
78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
87 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, 0, false);
95 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
103 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
117 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
125 ctrlKey, altKey, shiftKey, metaKey, isSimulated)
139 initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey, false /* isSimulated */)
154 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
73 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
90 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
112 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
152 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.h56 bool metaKey; member in struct:WebCore::KeyboardEventInit
85 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
88 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
95 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
124 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
83 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.h46 bool metaKey; member in struct:WebCore::MouseEventInit
63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
71 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
82 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
113 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
H A DMouseEvent.idl31 [InitializedByEventConstructor] readonly attribute boolean metaKey;
49 [Default=Undefined] optional boolean metaKey,
H A DWheelEvent.idl53 [Default=Undefined] optional boolean metaKey);
67 [Default=Undefined] optional boolean metaKey);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DDragData.cpp58 bool shiftKey, ctrlKey, altKey, metaKey; local
59 shiftKey = ctrlKey = altKey = metaKey = false;
60 PlatformKeyboardEvent::getCurrentModifierState(shiftKey, ctrlKey, altKey, metaKey);
68 if (metaKey)
H A DPlatformGestureEvent.h47 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, float deltaX, float deltaY, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) argument
48 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
56 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
57 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
H A DPlatformEvent.h87 bool metaKey() const { return m_modifiers & MetaKey; } function in class:WebCore::PlatformEvent
115 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
126 if (metaKey)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domwheelevent.py10 self.failUnlessResultIsBOOL(DOMWheelEvent.metaKey)
H A Dtest_domkeyboardevent.py16 self.failUnlessResultIsBOOL(DOMKeyboardEvent.metaKey)
H A Dtest_dommouseevent.py10 self.failUnlessResultIsBOOL(DOMMouseEvent.metaKey)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domwheelevent.py10 self.assertResultIsBOOL(DOMWheelEvent.metaKey)
H A Dtest_dommouseevent.py10 self.assertResultIsBOOL(DOMMouseEvent.metaKey)
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DKeyEventMac.mm70 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
76 metaKey = currentModifiers & ::cmdKey;
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DKeyEventIOS.mm115 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
121 metaKey = false;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPlatformKeyboardEventEfl.cpp90 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
96 metaKey = false;

Completed in 134 milliseconds

1234