Searched refs:shiftKey (Results 1 - 25 of 111) sorted by relevance

12345

/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
H A Dinject.js7 if (modifier && event.shiftKey && event.keyCode == 80) {
/external/webkit/Source/WebCore/dom/
H A DUIEventWithKeyState.h34 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::UIEventWithKeyState
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
52 , m_shiftKey(shiftKey)
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)
77 m_shiftKey = shiftKey;
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.idl35 readonly attribute boolean shiftKey;
50 in boolean shiftKey,
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)
71 m_shiftKey = shiftKey;
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)
98 m_shiftKey = shiftKey;
109 return shiftKey();
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.idl37 readonly attribute boolean shiftKey;
55 in boolean shiftKey,
72 in boolean shiftKey,
H A DWheelEvent.idl30 readonly attribute boolean shiftKey;
57 in boolean shiftKey,
71 in boolean shiftKey,
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.idl29 readonly attribute boolean shiftKey;
46 in boolean shiftKey,
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,
84 m_shiftKey = shiftKey;
149 m_shiftKey = keyStateEvent->shiftKey();
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/WebCore/platform/chromium/
H A DPlatformKeyboardEventChromium.cpp89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) argument
92 shiftKey = GetKeyState(VK_SHIFT) & HIGH_BIT_MASK_SHORT;
98 shiftKey = currentModifiers & ::shiftKey;
/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
41 , m_shiftKey(shiftKey)
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dlink_controller.js91 kind = e.shiftKey ? LinkKind.FOREGROUND_TAB : LinkKind.BACKGROUND_TAB;
93 kind = e.shiftKey ? LinkKind.WINDOW : LinkKind.SELF;
/external/webkit/Source/WebCore/inspector/front-end/
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;
104 if (event.shiftKey) {
209 this._performSearch(event.target.value, forceSearch, event.shiftKey, false);
H A DKeyboardShortcut.js108 if (keyboardEvent.shiftKey)
154 const shiftKey = "\u21e7";
164 res += isMac ? shiftKey : "<Shift> + ";
/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))) {
149 } else if (e.shiftKey && anchorIndex != -1 && anchorIndex != index) {
258 if (e.shiftKey) {
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
H A DWebPageGtk.cpp67 if (keyboardEvent.shiftKey())
73 scroll(m_page.get(), keyboardEvent.shiftKey() ? ScrollUp : ScrollDown, ScrollByPage);
/external/webkit/Source/WebCore/platform/
H A DPlatformKeyboardEvent.h152 bool shiftKey() const { return m_shiftKey; } function in class:WebCore::PlatformKeyboardEvent
160 | (shiftKey() ? ShiftKey : 0);
164 static void getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey);
/external/webkit/Source/WebCore/platform/mac/
H A DKeyEventMac.mm255 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
258 shiftKey = currentModifiers & ::shiftKey;
/external/chromium-trace/trace-viewer/src/
H A Dtimeline.js317 if (e.shiftKey)
325 if (e.shiftKey && this.dragBeginEvent_) {
326 var vertical = e.shiftKey;
337 if (!e.shiftKey) {
339 var vertical = e.shiftKey;
546 if (e.shiftKey) {
599 var vertical = e.shiftKey;
620 var vertical = e.shiftKey;
653 if (e.shiftKey)

Completed in 242 milliseconds

12345