Home
last modified time | relevance | path

Searched refs:ShiftKey (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp94 static const unsigned ShiftKey = 1 << 2; variable
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/
DEditorClientWinCE.cpp229 static const unsigned ShiftKey = 1 << 2; variable
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/
DWebPageWin.cpp82 static const unsigned ShiftKey = 1 << 2; variable
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/
DEditorClientEfl.cpp230 static const unsigned ShiftKey = 1 << 2; variable
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/chromium/src/
DEditorClientImpl.cpp375 static const unsigned ShiftKey = 1 << 2; variable
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 …]
DWebInputEventConversion.cpp59 m_shiftKey = (e.modifiers & WebInputEvent::ShiftKey); in PlatformMouseEventBuilder()
99 m_shiftKey = (e.modifiers & WebInputEvent::ShiftKey); in PlatformWheelEventBuilder()
134 m_shiftKey = (e.modifiers & WebInputEvent::ShiftKey); in PlatformKeyboardEventBuilder()
222 m_shiftKey = event.modifiers & WebInputEvent::ShiftKey; in PlatformTouchEventBuilder()
237 modifiers |= WebInputEvent::ShiftKey; in getWebInputModifiers()
DWebScrollbarImpl.cpp226 keyCode = ((keyboard.modifiers & WebInputEvent::ShiftKey) ? VKEY_PRIOR : VKEY_NEXT); in onKeyDown()
242 if (keyboard.isSystemKey || (keyboard.modifiers & WebInputEvent::ShiftKey)) in onKeyDown()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp54 static const unsigned ShiftKey = 1 << 2; variable
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/android/WebCoreSupport/
DEditorClientAndroid.cpp91 static const unsigned ShiftKey = 1 << 1; variable
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/chromium/chrome/browser/ui/views/
Dunhandled_keyboard_event_handler.cc38 (event.modifiers & NativeWebKeyboardEvent::ShiftKey) == in HandleKeyboardEvent()
39 NativeWebKeyboardEvent::ShiftKey, in HandleKeyboardEvent()
/external/webkit/Source/WebKit/chromium/tests/
DKeyboardTest.cpp183 EXPECT_STREQ("InsertBacktab", interpretTab(WebInputEvent::ShiftKey)); in TEST_F()
198 EXPECT_STREQ("InsertLineBreak", interpretNewLine(WebInputEvent::ShiftKey)); in TEST_F()
208 int modifiers = WebInputEvent::AltKey | WebInputEvent::ShiftKey; in TEST_F()
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp204 static const unsigned ShiftKey = 1 << 2; variable
224 { VK_TAB, ShiftKey, "InsertBacktab" },
228 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
233 { '\t', ShiftKey, "InsertBacktab" },
237 { '\r', AltKey | ShiftKey, "InsertNewline" },
328 modifiers |= ShiftKey; in getEditorCommandsForKeyEvent()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp356 static const unsigned ShiftKey = 1 << 2; variable
369 { VK_BACK, ShiftKey, "DeleteBackward" },
373 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
375 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
398 modifiers |= ShiftKey; in editorCommandForKeyDownEvent()
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h112 ShiftKey = 1 << 0, enumerator
133 static const int InputModifiers = ShiftKey | ControlKey | AltKey | MetaKey;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp591 static const unsigned ShiftKey = 1 << 2; variable
611 { VK_TAB, ShiftKey, "InsertBacktab" },
615 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
620 { '\t', ShiftKey, "InsertBacktab" },
624 { '\r', AltKey | ShiftKey, "InsertNewline" },
655 modifiers |= ShiftKey; in generateEditorCommands()
/external/webkit/Source/WebCore/platform/
DPlatformKeyboardEvent.h99 ShiftKey = 1 << 3 enumerator
160 | (shiftKey() ? ShiftKey : 0); in modifiers()
/external/chromium/chrome/browser/resources/keyboard/
Dmain.js262 function ShiftKey(aspect) { class
268 ShiftKey.prototype = {
538 new ShiftKey(1.6),
549 new ShiftKey(1)
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp144 result.modifiers |= WebInputEvent::ShiftKey; in keyboardEvent()
293 result.modifiers |= WebInputEvent::ShiftKey; in mouseEvent()
389 result.modifiers |= WebInputEvent::ShiftKey; in mouseWheelEvent()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp110 modifiers |= WebEvent::ShiftKey; in modifiersForEvent()
122 modifiers |= WebEvent::ShiftKey; in modifiersForCurrentKeyState()
427 if (isMouseHWheel || (modifiers & WebEvent::ShiftKey)) { in createWebWheelEvent()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleNavigationAction.cpp65 modifiers |= WebEvent::ShiftKey; in modifiersForNavigationAction()
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp159 event->modifiers |= WebInputEvent::ShiftKey; in applyKeyModifier()
209 if ((event.modifiers & ~WebKeyboardEvent::ShiftKey) != WebKeyboardEvent::MetaKey) in getEditCommand()
229 if (event.modifiers & WebKeyboardEvent::ShiftKey) in getEditCommand()
577 eventDown.modifiers |= WebInputEvent::ShiftKey; in keyDown()
876 mask = WebInputEvent::ShiftKey; in setTouchModifier()
/external/webkit/Source/WebKit2/Shared/
DWebEvent.h78 ShiftKey = 1 << 0, enumerator
87 bool shiftKey() const { return m_modifiers & ShiftKey; } in shiftKey()
/external/webkit/Source/WebKit/win/
DWebView.cpp1786 static const unsigned ShiftKey = 1 << 2; variable
1803 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
1805 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
1807 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
1809 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
1811 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
1812 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
1814 { VK_DOWN, ShiftKey, "MoveDownAndModifySelection" },
1815 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
1819 { VK_HOME, ShiftKey, "MoveToBeginningOfLineAndModifySelection" },
[all …]
/external/webkit/Source/WebKit/chromium/src/gtk/
DWebInputEventFactory.cpp97 modifiers |= WebInputEvent::ShiftKey; in gdkStateToWebEventModifiers()
365 result.windowsKeyCode, result.modifiers & WebInputEvent::ShiftKey); in keyboardEvent()
/external/webkit/Source/WebCore/platform/android/
DKeyEventAndroid.cpp223 , m_shiftKey(cap ? ShiftKey : 0) in PlatformKeyboardEvent()

12