/external/chromium_org/third_party/WebKit/Source/core/events/ |
UIEventWithKeyState.h | 34 bool shiftKey() const { return m_shiftKey; } 48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 52 , m_shiftKey(shiftKey)
|
GestureEvent.h | 42 void initGestureEvent(const AtomicString& type, PassRefPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY); 53 GestureEvent(const AtomicString& type, PassRefPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY);
|
KeyboardEvent.cpp | 93 , shiftKey(false) 109 true, true, view, 0, key.ctrlKey(), key.altKey(), key.shiftKey(), key.metaKey()) 120 : UIEventWithKeyState(eventType, initializer.bubbles, initializer.cancelable, initializer.view, initializer.detail, initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey) 131 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) 132 : UIEventWithKeyState(eventType, canBubble, cancelable, view, 0, ctrlKey, altKey, shiftKey, metaKey) 147 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) 157 m_shiftKey = shiftKey; 170 return shiftKey();
|
TouchEvent.cpp | 45 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 49 ctrlKey, altKey, shiftKey, metaKey) 64 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 77 m_shiftKey = shiftKey;
|
TouchEvent.h | 48 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 52 ctrlKey, altKey, shiftKey, metaKey)); 59 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); 79 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
|
GestureEvent.cpp | 73 return adoptRef(new GestureEvent(eventType, view, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), deltaX, deltaY)); 76 void GestureEvent::initGestureEvent(const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) 85 m_shiftKey = shiftKey; 113 GestureEvent::GestureEvent(const AtomicString& type, PassRefPtr<AbstractView> view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY) 114 : MouseRelatedEvent(type, true, true, view, 0, IntPoint(screenX, screenY), IntPoint(clientX, clientY), IntPoint(0, 0), ctrlKey, altKey, shiftKey, metaKey)
|
KeyboardEvent.h | 43 bool shiftKey; 74 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) 77 ctrlKey, altKey, shiftKey, metaKey, altGraphKey)); 84 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey = false); 109 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
|
WheelEvent.h | 70 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice) 73 screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey, directionInvertedFromDevice)); 78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); 82 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey); 105 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice);
|
WheelEvent.cpp | 66 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool directionInvertedFromDevice) 71 ctrlKey, altKey, shiftKey, metaKey, 0, 0, 0, false) 84 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 94 m_shiftKey = shiftKey; 108 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) 111 ctrlKey, altKey, shiftKey, metaKey); 146 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.directionInvertedFromDevice()));
|
MouseEvent.cpp | 42 , shiftKey(false) 65 event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.button(), 72 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, 79 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, 0, false); 85 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, 91 ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget, clipboard, isSimulated)); 104 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, 110 ctrlKey, altKey, shiftKey, metaKey, isSimulated) 123 initializer.ctrlKey, initializer.altKey, initializer.shiftKey, initializer.metaKey, false /* isSimulated */) 139 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey [all...] |
KeyboardEvent.idl | 33 [InitializedByEventConstructor] readonly attribute boolean shiftKey; 50 [Default=Undefined] optional boolean shiftKey,
|
TouchEvent.idl | 30 readonly attribute boolean shiftKey; 45 [Default=Undefined] optional boolean shiftKey,
|
MouseEvent.h | 45 bool shiftKey; 61 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, 67 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button, 78 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, 106 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, unsigned short button,
|
MouseEvent.idl | 28 [InitializedByEventConstructor] readonly attribute boolean shiftKey; 47 [Default=Undefined] optional boolean shiftKey,
|
WheelEvent.idl | 53 [Default=Undefined] optional boolean shiftKey,
|
MouseRelatedEvent.h | 66 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool isSimulated = false);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformKeyboardEvent.cpp | 87 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey) 90 shiftKey = GetKeyState(VK_SHIFT) & HIGHBITMASKSHORT; 96 shiftKey = currentModifiers & ::shiftKey; 101 shiftKey = false;
|
PlatformEvent.h | 80 ShiftKey = 1 << 3, 85 bool shiftKey() const { return m_modifiers & ShiftKey; } 116 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) 121 if (shiftKey) 122 m_modifiers |= ShiftKey;
|
PlatformGestureEvent.h | 46 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, float deltaX, float deltaY, float velocityX, float velocityY) 47 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
|
PlatformMouseEvent.h | 75 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) 76 : PlatformEvent(type, shiftKey, ctrlKey, altKey, metaKey, timestamp)
|
PlatformWheelEvent.h | 80 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) 81 : PlatformEvent(PlatformEvent::Wheel, shiftKey, ctrlKey, altKey, metaKey, 0)
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/ |
keycodes.js | 74 if (evt.shiftKey) { 90 shiftKey: true,
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
experimental.offscreenTabs_custom_bindings.js | 22 shiftKey: e.shiftKey, 35 shiftKey: e.shiftKey,
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
NavigationAction.cpp | 69 if (!mouseEvent || !navigationPolicyFromMouseEvent(mouseEvent->button(), mouseEvent->ctrlKey(), mouseEvent->shiftKey(), mouseEvent->altKey(), mouseEvent->metaKey(), &m_policy))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
KeyboardShortcut.js | 129 if (keyboardEvent.shiftKey) 155 return !event.ctrlKey && !event.shiftKey && !event.altKey && !event.metaKey; 215 const shiftKey = "\u21e7"; 225 res += isMac ? shiftKey : "Shift + ";
|