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

123

/macosx-10.10/WebCore-7600.1.25/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)
58 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
63 , 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
57 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, PassRefPtr<AbstractView> view, int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DTouchEvent.cpp45 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
51 ctrlKey, altKey, shiftKey, metaKey)
65 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
79 m_metaKey = metaKey;
42 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
62 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.h51 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
55 ctrlKey, altKey, shiftKey, metaKey));
62 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
82 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
47 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.cpp72 , event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), 0, 0, 0, false)
86 void WheelEvent::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 m_metaKey = metaKey;
110 void WheelEvent::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
112 initWheelEvent(rawDeltaX, rawDeltaY, view, screenX, screenY, pageX, pageY, ctrlKey, altKey, shiftKey, metaKey);
H A DMouseEvent.cpp44 , metaKey(false)
68 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(),
77 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
86 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, 0, false);
94 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
102 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, dataTransfer, isSimulated));
116 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
124 ctrlKey, altKey, shiftKey, metaKey, isSimulated)
138 initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey, false /* isSimulated */)
153 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
72 create(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, 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
89 create(const AtomicString& type, bool canBubble, bool cancelable, double timestamp, 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<DataTransfer> dataTransfer, bool isSimulated) argument
111 MouseEvent(const AtomicString& eventType, bool canBubble, bool cancelable, double timestamp, 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<DataTransfer> dataTransfer, bool isSimulated) argument
151 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.cpp98 , metaKey(false)
113 true, true, key.timestamp(), view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
130 : UIEventWithKeyState(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey)
146 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
158 m_metaKey = metaKey;
171 return metaKey();
144 initKeyboardEvent(const AtomicString& type, bool canBubble, bool cancelable, AbstractView* view, const String &keyIdentifier, unsigned location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) argument
H A DTouchEvent.idl35 readonly attribute boolean metaKey;
49 [Default=Undefined] optional boolean metaKey);
H A DMouseEvent.h44 bool metaKey; member in struct:WebCore::MouseEventInit
61 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
69 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
80 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
112 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
H A DKeyboardEvent.idl51 [InitializedByEventConstructor] readonly attribute boolean metaKey;
68 [Default=Undefined] optional boolean metaKey,
85 [Default=Undefined] optional boolean metaKey);
99 [Default=Undefined] optional boolean metaKey,
111 [Default=Undefined] optional boolean metaKey);
H A DMouseEvent.idl31 [InitializedByEventConstructor] readonly attribute boolean metaKey;
49 [Default=Undefined] optional boolean metaKey,
H A DWheelEvent.idl60 [Default=Undefined] optional boolean metaKey);
74 [Default=Undefined] optional boolean metaKey);
H A DKeyboardEvent.h45 bool metaKey; member in struct:WebCore::KeyboardEventInit
79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
H A DWheelEvent.h74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
/macosx-10.10/WebCore-7600.1.25/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 DPlatformEvent.h72 bool metaKey() const { return m_modifiers & MetaKey; } function in class:WebCore::PlatformEvent
100 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
111 if (metaKey)
/macosx-10.10/pyobjc-45/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.10/pyobjc-45/2.6/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.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domwheelevent.py10 self.assertResultIsBOOL(DOMWheelEvent.metaKey)
H A Dtest_dommouseevent.py10 self.assertResultIsBOOL(DOMMouseEvent.metaKey)
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DKeyEventIOS.mm68 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
74 metaKey = false;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DKeyEventMac.mm70 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
76 metaKey = currentModifiers & ::cmdKey;
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DPlatformKeyboardEventEfl.cpp90 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
96 metaKey = false;

Completed in 522 milliseconds

123