Searched defs:ShiftKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js262 function ShiftKey(aspect) { class
268 ShiftKey.prototype = {
538 new ShiftKey(1.6),
549 new ShiftKey(1)
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformEvent.h78 ShiftKey = 1 << 3, enumerator in enum:WebCore::PlatformEvent::Modifiers
83 bool shiftKey() const { return m_modifiers & ShiftKey; }
120 m_modifiers |= ShiftKey;
/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.cpp330 static const unsigned ShiftKey = 1 << 2; member in namespace:WebKit
361 { VKEY_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
364 { VKEY_LEFT, OptionKey | ShiftKey,
368 { VKEY_LEFT, CtrlKey | ShiftKey,
372 { VKEY_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
375 { VKEY_RIGHT, OptionKey | ShiftKey,
379 { VKEY_RIGHT, CtrlKey | ShiftKey,
383 { VKEY_UP, ShiftKey, "MoveUpAndModifySelection" },
384 { VKEY_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
386 { VKEY_DOWN, ShiftKey, "MoveDownAndModifySelectio
[all...]
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h142 ShiftKey = 1 << 0, enumerator in enum:WebKit::WebInputEvent::Modifiers
175 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;

Completed in 106 milliseconds