Searched refs:altKey (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/dom/
H A DUIEventWithKeyState.h35 bool altKey() const { return m_altKey; } function in class:WebCore::UIEventWithKeyState
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
51 , m_altKey(altKey)
58 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
61 , m_altKey(altKey)
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)
77 m_altKey = altKey;
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
95 m_altKey = altKey;
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.cpp42 , altKey(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, boo
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.cpp96 , altKey(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)
157 m_altKey = altKey;
169 return altKey();
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.idl34 readonly attribute boolean altKey;
47 [Default=Undefined] optional boolean altKey,
H A DMouseEvent.h42 bool altKey; 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.idl50 [InitializedByEventConstructor] readonly attribute boolean altKey;
66 [Default=Undefined] optional boolean altKey,
83 [Default=Undefined] optional boolean altKey,
97 [Default=Undefined] optional boolean altKey,
109 [Default=Undefined] optional boolean altKey,
H A DMouseEvent.idl30 [InitializedByEventConstructor] readonly attribute boolean altKey;
47 [Default=Undefined] optional boolean altKey,
H A DWheelEvent.idl58 [Default=Undefined] optional boolean altKey,
72 [Default=Undefined] optional boolean altKey,
H A DKeyboardEvent.h43 bool altKey; 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/html/
H A DHTMLSelectElementWin.cpp40 bool eventShowsMenu = (!event->altKey() && !event->ctrlKey() && event->keyIdentifier() == "F4")
41 || ((event->altGraphKey() || event->altKey()) && (event->keyIdentifier() == "Down" || event->keyIdentifier() == "Up"));
/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);
66 if (altKey)
H A DPlatformEvent.h71 bool altKey() const { return m_modifiers & AltKey; } function in class:WebCore::PlatformEvent
100 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
109 if (altKey)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domwheelevent.py9 self.failUnlessResultIsBOOL(DOMWheelEvent.altKey)
H A Dtest_domkeyboardevent.py15 self.failUnlessResultIsBOOL(DOMKeyboardEvent.altKey)
H A Dtest_dommouseevent.py9 self.failUnlessResultIsBOOL(DOMMouseEvent.altKey)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domwheelevent.py9 self.assertResultIsBOOL(DOMWheelEvent.altKey)
H A Dtest_dommouseevent.py9 self.assertResultIsBOOL(DOMMouseEvent.altKey)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domwheelevent.py9 self.assertResultIsBOOL(DOMWheelEvent.altKey)
H A Dtest_dommouseevent.py9 self.assertResultIsBOOL(DOMMouseEvent.altKey)
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DKeyEventIOS.mm68 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
73 altKey = 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)
75 altKey = currentModifiers & ::optionKey;

Completed in 230 milliseconds

1234