Home
last modified time | relevance | path

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

12

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

12