HomeSort by relevance Sort by last modified time
    Searched full:shiftkey (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /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/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/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/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/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/WebCore/dom/
WheelEvent.h 43 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);
WheelEvent.cpp 46 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()));
KeyboardEvent.idl 37 readonly attribute boolean shiftKey;
55 in boolean shiftKey,
72 in boolean shiftKey,
UIEventWithKeyState.h 34 bool shiftKey() const { return m_shiftKey; }
48 int detail, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey)
52 , m_shiftKey(shiftKey)
WheelEvent.idl 30 readonly attribute boolean shiftKey;
57 in boolean shiftKey,
71 in boolean shiftKey,
TouchEvent.cpp 44 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;
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);
76 bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
KeyboardEvent.h 67 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);
MouseEvent.h 44 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,
MouseEvent.idl 29 readonly attribute boolean shiftKey;
46 in boolean shiftKey,
TouchEvent.idl 35 readonly attribute boolean shiftKey;
50 in boolean shiftKey,
KeyboardEvent.cpp 63 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();
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/
inject.js 7 if (modifier && event.shiftKey && event.keyCode == 80) {
  /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/WebCore/manual-tests/
DOMContextMenuEvent.html 17 "shiftKey = "+event.shiftKey+"<br>" +
log-keypress-events.html 17 myDebugLog("shiftKey: " + event.shiftKey);
  /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/win/Interfaces/
DOMEvents.idl 181 //readonly attribute boolean shiftKey;
182 HRESULT shiftKey([out, retval] BOOL* result);
205 // in boolean shiftKey,
208 HRESULT initKeyboardEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] BSTR keyIdentifier, [in] unsigned long keyLocation, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] BOOL graphKey);
225 // in boolean shiftKey,
252 //readonly attribute boolean shiftKey;
253 HRESULT shiftKey([out, retval] BOOL* result);
278 // in boolean shiftKey,
282 HRESULT initMouseEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMWindow* view, [in] long detail, [in] long screenX, [in] long screenY, [in] long clientX, [in] long clientY, [in] BOOL ctrlKey, [in] BOOL altKey, [in] BOOL shiftKey, [in] BOOL metaKey, [in] unsigned short button, [in] IDOMEventTarget* relatedTarget);
432 //readonly attribute boolean shiftKey;
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PlatformKeyboardEventChromium.cpp 89 void PlatformKeyboardEvent::getCurrentModifierState(bool& shiftKey, bool& ctrlKey, bool& altKey, bool& metaKey)
92 shiftKey = GetKeyState(VK_SHIFT) & HIGH_BIT_MASK_SHORT;
98 shiftKey = currentModifiers & ::shiftKey;
  /external/chromium/chrome/browser/resources/shared/js/cr/
link_controller_test.html 93 shiftKey: true,
103 shiftKey: true,
113 shiftKey: true,
123 shiftKey: true,
133 shiftKey: true
190 shiftKey: true
199 shiftKey: true

Completed in 2202 milliseconds

1 2 3 4 5 6 7