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

1234

/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
H A Dinject.js6 var modifier = event.ctrlKey || event.metaKey;
/external/webkit/Source/WebCore/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)
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.cpp44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
46 ctrlKey, altKey, shiftKey, metaKey)
63 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
75 m_ctrlKey = ctrlKey;
41 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
60 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.idl34 readonly attribute boolean ctrlKey;
48 in boolean ctrlKey,
H A DWheelEvent.cpp46 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
49 ctrlKey, altKey, shiftKey, metaKey)
60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
69 m_ctrlKey = ctrlKey;
87 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
90 ctrlKey, altKey, shiftKey, metaKey);
109 view, event.globalX(), event.globalY(), event.x(), event.y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey()));
43 WheelEvent(float wheelTicksX, float wheelTicksY, float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
58 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
85 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 DWheelEvent.h43 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
47 ctrlKey, altKey, shiftKey, metaKey));
52 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
40 create(float wheelTicksX, float wheelTicksY, float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view, int screenX, int screenY, int pageX, int pageY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) argument
H A DKeyboardEvent.cpp63 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey())
73 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
74 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey)
88 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
97 m_ctrlKey = ctrlKey;
107 return ctrlKey();
71 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
86 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 DKeyboardEvent.idl36 readonly attribute boolean ctrlKey;
53 in boolean ctrlKey,
70 in boolean ctrlKey,
H A DWheelEvent.idl29 readonly attribute boolean ctrlKey;
55 in boolean ctrlKey,
69 in boolean ctrlKey,
H A DTouchEvent.h48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
52 ctrlKey, altKey, shiftKey, metaKey));
59 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
44 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 DKeyboardEvent.h67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey)
70 ctrlKey, altKey, shiftKey, metaKey, altGraphKey));
76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false);
103 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
65 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.h44 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
48 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated));
56 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
80 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
42 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 DMouseEvent.idl28 readonly attribute boolean ctrlKey;
44 in boolean ctrlKey,
H A DMouseEvent.cpp42 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(),
54 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
58 pageX, pageY, ctrlKey, altKey, shiftKey, metaKey, isSimulated)
72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey,
82 m_ctrlKey = ctrlKey;
147 m_ctrlKey = keyStateEvent->ctrlKey();
186 event()->ctrlKey(), event()->altKey(), event()->shiftKey(), event()->metaKey(),
52 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
70 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 DMouseRelatedEvent.h60 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated = false);
/external/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp36 WebTouchEvent::WebTouchEvent(WebEvent::Type type, Vector<WebPlatformTouchPoint> touchPoints, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers modifiers, double timestamp) argument
39 , m_ctrlKey(ctrlKey)
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformKeyboardEventChromium.cpp89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
93 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT;
99 ctrlKey = currentModifiers & ::controlKey;
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp261 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
266 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
272 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
278 kevent->ctrlKey() ? WordGranularity : CharacterGranularity,
284 kevent->ctrlKey() ? ParagraphGranularity : LineGranularity,
290 kevent->ctrlKey() ? ParagraphGranularity : LineGranularity,
305 if (!kevent->ctrlKey() && !kevent->altKey() && !kevent->text().isEmpty()) {
313 } else if (kevent->ctrlKey()) {
360 if (kevent->ctrlKey())
364 if (kevent->ctrlKey())
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dlist_selection_controller.js134 } else if (!isDown && !e.shiftKey && !e.ctrlKey)
141 (e.ctrlKey && !e.shiftKey))) {
210 (cr.isMac && e.metaKey || !cr.isMac && e.ctrlKey)) {
220 if (e.ctrlKey || !selected) {
268 } else if (e.ctrlKey && !cr.isMac) {
/external/webkit/Source/WebCore/inspector/front-end/
H A DKeyboardShortcut.js110 if (keyboardEvent.ctrlKey)
155 const ctrlKey = "\u2303";
160 res += isMac ? ctrlKey : "<Ctrl> + ";
H A DSearchController.js82 var isFindKey = event.metaKey && !event.ctrlKey && !event.altKey && !event.shiftKey;
84 var isFindKey = event.ctrlKey && !event.metaKey && !event.altKey && !event.shiftKey;
103 if (isMac && event.metaKey && !event.ctrlKey && !event.altKey) {
/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h153 bool ctrlKey() const { return m_ctrlKey; } function in class:WebCore::PlatformKeyboardEvent
158 | (ctrlKey() ? CtrlKey : 0)
164 static void getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp322 if (event->ctrlKey())
351 keyEvent->ctrlKey() ? WordGranularity : CharacterGranularity,
357 keyEvent->ctrlKey() ? WordGranularity : CharacterGranularity,
363 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
369 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
392 if (keyEvent->ctrlKey() || keyEvent->altKey())
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp332 if (event->ctrlKey())
361 keyEvent->ctrlKey() ? WordGranularity : CharacterGranularity,
367 keyEvent->ctrlKey() ? WordGranularity : CharacterGranularity,
373 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
379 keyEvent->ctrlKey() ? ParagraphGranularity : LineGranularity,
402 if (keyEvent->ctrlKey() || keyEvent->altKey())
/external/webkit/Source/WebCore/platform/win/
H A DKeyEventWin.cpp217 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
220 ctrlKey = GetKeyState(VK_CONTROL) & HIGH_BIT_MASK_SHORT;

Completed in 341 milliseconds

1234