Home
last modified time | relevance | path

Searched refs:VK_END (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp63 #define VK_END 0x23 // END key macro
130 { VK_END, 0, "MoveToEndOfLine" },
131 { VK_END, ShiftKey, "MoveToEndOfLineAndModifySelection" },
132 { VK_END, CtrlKey, "MoveToEndOfDocument" },
133 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" },
252 case VK_END: in performDefaultBehaviorForKeyEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp118 { VK_END, 0, "MoveToEndOfLine" },
119 { VK_END, ShiftKey, "MoveToEndOfLineAndModifySelection" },
120 { VK_END, CtrlKey, "MoveToEndOfDocument" },
121 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" },
241 case VK_END: in performDefaultBehaviorForKeyEvent()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp266 { VK_END, 0, "MoveToEndOfLine" },
267 { VK_END, ShiftKey, "MoveToEndOfLineAndModifySelection" },
268 { VK_END, CtrlKey, "MoveToEndOfDocument" },
269 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" },
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp265 { VK_END, 0, "MoveToEndOfLine" },
266 { VK_END, ShiftKey, "MoveToEndOfLineAndModifySelection" },
267 { VK_END, CtrlKey, "MoveToEndOfDocument" },
268 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" },
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp90 { VK_END, 0, "MoveToEndOfLine" },
91 { VK_END, ShiftKey, "MoveToEndOfLineAndModifySelection" },
92 { VK_END, CtrlKey, "MoveToEndOfDocument" },
93 { VK_END, CtrlKey | ShiftKey, "MoveToEndOfDocumentAndModifySelection" },
/external/webkit/Source/WebCore/platform/win/
DKeyEventWin.cpp60 case VK_END: in keyIdentifierForWindowsKeyCode()
175 case VK_END: in isKeypadEvent()
DPopupMenuWin.cpp828 case VK_END: in wndProc()
/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h45 #undef VK_END
90 #define VK_END 0x23 // END key macro
/external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
DWebPageGtk.cpp90 case VK_END: in performDefaultBehaviorForKeyEvent()
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp191 return VK_END; // (23) END key in windowsKeyCodeForGdkKeyCode()
255 return VK_END; // (23) END key in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebCore/platform/brew/
DPlatformKeyboardEventBrew.cpp127 return VK_END; // (23) END key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp192 case VK_END: in isKeypadEvent()
244 case VK_END: in keyIdentifierFromEvent()
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp180 return VK_END; // (23) END key in windowsKeyCodeForKeyEvent()
300 return VK_END; // (23) END key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp166 return VK_END; // (23) END key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp219 return VK_END; // (23) END key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/chromium/
DKeyboardCodes.h121 VKEY_END = VK_END,
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
DAwtKeyInput.java354 return KeyEvent.VK_END; in convertJmeCode()
582 case KeyEvent.VK_END: in convertAwtKey()
/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp105 gWindowsKeyMap.set("End", VK_END); in createWindowsKeyMap()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c493 VK_keymap[VK_END] = SDLK_END; in DIB_InitOSKeymap()
573 case VK_END: return EXTKEYPAD(VK_NUMPAD1); in SDL_MapVirtualKey()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.cpp363 case VK_END: in handleKeyboardEvent()
/external/webkit/Source/WebKit/chromium/src/win/
DWebInputEventFactory.cpp55 case VK_END: in isKeyPad()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm454 /* 0x77 */ VK_END, // End
481 case NSEndFunctionKey: return VK_END;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp502 case VK_END: in handleKeyboardEvent()
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp469 virtualKeyCode = VK_END; in keyDownCallback()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp554 case VK_END: in onKeyDown()

12