Searched refs:VK_RETURN (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp43 #define VK_RETURN 0x0D macro
148 { VK_RETURN, 0, "InsertNewline" },
149 { VK_RETURN, CtrlKey, "InsertNewline" },
150 { VK_RETURN, AltKey, "InsertNewline" },
151 { VK_RETURN, ShiftKey, "InsertNewline" },
152 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
/external/webkit/Source/WebCore/platform/win/
H A DKeyEventWin.cpp63 case VK_RETURN:
169 case VK_RETURN:
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm371 /* 0x24 */ VK_RETURN, // Return
411 /* 0x4C */ VK_RETURN, // Num Pad Enter
477 case 0xD: case 3: return VK_RETURN;
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp156 return VK_RETURN; //(0D) Return key
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp284 { VK_RETURN, 0, "InsertNewline" },
285 { VK_RETURN, CtrlKey, "InsertNewline" },
286 { VK_RETURN, AltKey, "InsertNewline" },
287 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp282 { VK_RETURN, 0, "InsertNewline" },
283 { VK_RETURN, CtrlKey, "InsertNewline" },
284 { VK_RETURN, AltKey, "InsertNewline" },
285 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp109 { VK_RETURN, 0, "InsertNewline" },
110 { VK_RETURN, CtrlKey, "InsertNewline" },
111 { VK_RETURN, AltKey, "InsertNewline" },
112 { VK_RETURN, ShiftKey, "InsertLineBreak" },
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp127 { VK_RETURN, 0, "InsertNewline" },
128 { VK_RETURN, AltKey, "InsertNewline" },
129 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" }
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp136 { VK_RETURN, 0, "InsertNewline" },
137 { VK_RETURN, CtrlKey, "InsertNewline" },
138 { VK_RETURN, AltKey, "InsertNewline" },
139 { VK_RETURN, ShiftKey, "InsertNewline" },
140 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp225 { VK_RETURN, 0, "InsertNewline" },
226 { VK_RETURN, CtrlKey, "InsertNewline" },
227 { VK_RETURN, AltKey, "InsertNewline" },
228 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h36 #undef VK_RETURN macro
70 #define VK_RETURN 0x0D macro
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp83 gWindowsKeyMap.set("Return", VK_RETURN);
84 gWindowsKeyMap.set("KP_Return", VK_RETURN);
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp53 return VK_RETURN;
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformKeyboardEventBrew.cpp119 return VK_RETURN; // (0D) Return key
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyboardCodes.h60 VKEY_RETURN = VK_RETURN,
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp176 return VK_RETURN; //(0D) Return key
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp612 { VK_RETURN, 0, "InsertNewline" },
613 { VK_RETURN, CtrlKey, "InsertNewline" },
614 { VK_RETURN, AltKey, "InsertNewline" },
615 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
/external/webkit/Source/WebCore/platform/mac/
H A DKeyEventMac.mm207 if (m_windowsVirtualKeyCode == VK_RETURN) {
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp193 return VK_RETURN; // (0D) Return key
214 return VK_RETURN; // (0D) Return key
/external/webkit/Source/WebKit2/Shared/win/
H A DWebEventFactory.cpp186 case VK_RETURN:
246 case VK_RETURN:
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp214 return VK_RETURN; //(0D) Return key
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp299 case VK_RETURN:
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserWindow.cpp242 // Look for the VK_RETURN key.
243 if (message->wParam != VK_RETURN)
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibevents.c317 VK_keymap[VK_RETURN] = SDLK_RETURN;
504 if ((vkey == VK_RETURN) && (scancode & 0x100)) {
/external/webkit/Source/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp49 case VK_RETURN:

Completed in 173 milliseconds

12