Searched refs:VK_ESCAPE (Results 1 - 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp158 return VK_ESCAPE; // (1B) ESC key
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm388 /* 0x35 */ VK_ESCAPE,
478 case 0x1B: return VK_ESCAPE;
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp55 #define VK_ESCAPE 0x1B // ESC key macro
144 { VK_ESCAPE, 0, "Cancel" },
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp59 return VK_ESCAPE;
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyboardCodes.h97 VKEY_ESCAPE = VK_ESCAPE,
/external/webkit/Source/WebCore/platform/wx/
H A DKeyboardEventWx.cpp203 return VK_ESCAPE; // (1B) ESC key
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtKeyInput.java142 return KeyEvent.VK_ESCAPE;
380 case KeyEvent.VK_ESCAPE:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h82 #define VK_ESCAPE 0x1B // ESC key macro
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp97 gWindowsKeyMap.set("Escape", VK_ESCAPE);
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp243 return VK_ESCAPE; // (1B) ESC key
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp124 { VK_ESCAPE, 0, "Cancel" },
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp589 if (c == VK_ESCAPE) {
598 if (virtualKey == VK_ESCAPE) {
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp280 { VK_ESCAPE, 0, "Cancel" },
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp279 { VK_ESCAPE, 0, "Cancel" },
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp104 { VK_ESCAPE, 0, "Cancel" },
/external/jmonkeyengine/engine/src/test/jme3test/
H A DTestChooser.java347 } else if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp288 return VK_ESCAPE; // (1B) ESC key
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp221 { VK_ESCAPE, 0, "Cancel" },
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp132 { VK_ESCAPE, 0, "Cancel" },
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DSettingsDialog.java263 else if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibevents.c418 VK_keymap[VK_ESCAPE] = SDLK_ESCAPE;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp608 { VK_ESCAPE, 0, "Cancel" },
/external/webkit/Source/WebCore/platform/win/
H A DPopupMenuWin.cpp856 case VK_ESCAPE:
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp582 case VK_ESCAPE:
/external/chromium/chrome/browser/ui/views/tabs/
H A Ddragged_tab_controller.cc538 if (msg.message == WM_KEYDOWN && msg.wParam == VK_ESCAPE)

Completed in 3222 milliseconds

12