Searched refs:ctrlKey (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/dom/
H A DUIEventWithKeyState.h33 bool ctrlKey() const { return m_ctrlKey; } function in class:WebCore::UIEventWithKeyState
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
50 , m_ctrlKey(ctrlKey)
58 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
60 , m_ctrlKey(ctrlKey)
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)
76 m_ctrlKey = ctrlKey;
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
94 m_ctrlKey = ctrlKey;
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.cpp41 , ctrlKey(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, 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.cpp95 , ctrlKey(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)
155 m_ctrlKey = ctrlKey;
165 return ctrlKey();
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.idl32 readonly attribute boolean ctrlKey;
46 [Default=Undefined] optional boolean ctrlKey,
H A DMouseEvent.h41 bool ctrlKey; 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.idl48 [InitializedByEventConstructor] readonly attribute boolean ctrlKey;
65 [Default=Undefined] optional boolean ctrlKey,
82 [Default=Undefined] optional boolean ctrlKey,
96 [Default=Undefined] optional boolean ctrlKey,
108 [Default=Undefined] optional boolean ctrlKey,
H A DMouseEvent.idl28 [InitializedByEventConstructor] readonly attribute boolean ctrlKey;
46 [Default=Undefined] optional boolean ctrlKey,
H A DWheelEvent.idl57 [Default=Undefined] optional boolean ctrlKey,
71 [Default=Undefined] optional boolean ctrlKey,
H A DKeyboardEvent.h42 bool ctrlKey; member in struct:WebCore::KeyboardEventInit
79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
/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);
64 if (ctrlKey)
H A DPlatformEvent.h70 bool ctrlKey() const { return m_modifiers & CtrlKey; } function in class:WebCore::PlatformEvent
100 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
107 if (ctrlKey)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domwheelevent.py7 self.failUnlessResultIsBOOL(DOMWheelEvent.ctrlKey)
H A Dtest_domkeyboardevent.py13 self.failUnlessResultIsBOOL(DOMKeyboardEvent.ctrlKey)
H A Dtest_dommouseevent.py7 self.failUnlessResultIsBOOL(DOMMouseEvent.ctrlKey)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domwheelevent.py7 self.assertResultIsBOOL(DOMWheelEvent.ctrlKey)
H A Dtest_dommouseevent.py7 self.assertResultIsBOOL(DOMMouseEvent.ctrlKey)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domwheelevent.py7 self.assertResultIsBOOL(DOMWheelEvent.ctrlKey)
H A Dtest_dommouseevent.py7 self.assertResultIsBOOL(DOMMouseEvent.ctrlKey)
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DKeyEventIOS.mm68 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
72 ctrlKey = 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)
74 ctrlKey = currentModifiers & ::controlKey;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLSelectElementWin.cpp40 bool eventShowsMenu = (!event->altKey() && !event->ctrlKey() && event->keyIdentifier() == "F4")
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/template/json_index/js/
H A Dnavigation.js47 if (e.keyCode == 38 || e.ctrlKey) {
56 if (e.keyCode == 40 || e.ctrlKey) {
67 if (e.ctrlKey && e.shiftKey) this.select(this.$current);

Completed in 378 milliseconds

123