HomeSort by relevance Sort by last modified time
    Searched defs:ShiftKey (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/resources/keyboard/
main.js 262 function ShiftKey(aspect) {
268 ShiftKey.prototype = {
538 new ShiftKey(1.6),
549 new ShiftKey(1)
613 keyEvent['shiftKey'] = true;
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 99 ShiftKey = 1 << 3
152 bool shiftKey() const { return m_shiftKey; }
160 | (shiftKey() ? ShiftKey : 0);
164 static void getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 94 static const unsigned ShiftKey = 1 << 2;
110 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
112 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
114 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
116 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
118 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
119 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
121 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
122 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
126 { VK_HOME, ShiftKey, "MoveToBeginningOfLineAndModifySelection" }
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 82 static const unsigned ShiftKey = 1 << 2;
98 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
100 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
102 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
104 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
106 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
107 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
109 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
110 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
114 { VK_HOME, ShiftKey, "MoveToBeginningOfLineAndModifySelection" }
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 91 static const unsigned ShiftKey = 1 << 1;
107 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
109 { VK_LEFT, AltKey | ShiftKey, "MoveWordLeftAndModifySelection" },
111 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
113 { VK_RIGHT, AltKey | ShiftKey, "MoveWordRightAndModifySelection" },
115 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
117 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
120 { VK_BACK, ShiftKey, "ForwardDelete" },
122 { VK_BACK, AltKey | ShiftKey, "DeleteWordForward" },
126 { VK_TAB, ShiftKey, "InsertBacktab" }
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebInputEvent.h 112 ShiftKey = 1 << 0,
133 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 230 static const unsigned ShiftKey = 1 << 2;
246 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
248 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
250 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
252 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
254 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
255 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
257 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
258 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
262 { VK_HOME, ShiftKey, "MoveToBeginningOfLineAndModifySelection" }
    [all...]
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 229 static const unsigned ShiftKey = 1 << 2;
245 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
247 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
249 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
251 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
253 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
254 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
256 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
257 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
261 { VK_HOME, ShiftKey, "MoveToBeginningOfLineAndModifySelection" }
    [all...]
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 54 static const unsigned ShiftKey = 1 << 2;
70 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
72 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
74 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
76 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
78 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
79 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
81 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
82 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
86 { VK_HOME, ShiftKey, "MoveToBeginningOfLineAndModifySelection" }
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 375 static const unsigned ShiftKey = 1 << 2;
406 { VKEY_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
409 { VKEY_LEFT, OptionKey | ShiftKey,
413 { VKEY_LEFT, CtrlKey | ShiftKey,
417 { VKEY_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
420 { VKEY_RIGHT, OptionKey | ShiftKey,
424 { VKEY_RIGHT, CtrlKey | ShiftKey,
428 { VKEY_UP, ShiftKey, "MoveUpAndModifySelection" },
429 { VKEY_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
431 { VKEY_DOWN, ShiftKey, "MoveDownAndModifySelection" }
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 591 static const unsigned ShiftKey = 1 << 2;
611 { VK_TAB, ShiftKey, "InsertBacktab" },
615 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
620 { '\t', ShiftKey, "InsertBacktab" },
624 { '\r', AltKey | ShiftKey, "InsertNewline" },
654 if (event->shiftKey())
655 modifiers |= ShiftKey;
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 356 static const unsigned ShiftKey = 1 << 2;
369 { VK_BACK, ShiftKey, "DeleteBackward" },
373 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
375 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
397 if (event->shiftKey())
398 modifiers |= ShiftKey;
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 204 static const unsigned ShiftKey = 1 << 2;
224 { VK_TAB, ShiftKey, "InsertBacktab" },
228 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
233 { '\t', ShiftKey, "InsertBacktab" },
237 { '\r', AltKey | ShiftKey, "InsertNewline" },
327 if (event.shiftKey())
328 modifiers |= ShiftKey;
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 78 ShiftKey = 1 << 0,
87 bool shiftKey() const { return m_modifiers & ShiftKey; }
312 WebTouchEvent(Type, Vector<WebPlatformTouchPoint>, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, Modifiers, double timestamp);

Completed in 769 milliseconds