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

/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm388 /* 0x35 */ VK_ESCAPE,
478 case 0x1B: return VK_ESCAPE;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h82 #ifndef VK_ESCAPE
83 #define VK_ESCAPE 0x1B // ESC key macro
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.cpp149 windowsKeyMap().set(ASCIILiteral("Escape"), VK_ESCAPE);
292 { VK_ESCAPE, 0, "Cancel" },
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFullScreenController.cpp93 if (wParam == VK_ESCAPE) {
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp241 return VK_ESCAPE; // (1B) ESC key
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp287 { VK_ESCAPE, 0, "Cancel" },
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dio.c407 case VK_ESCAPE:
/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c166 || (key == VK_ESCAPE)
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp582 if (c == VK_ESCAPE) {
591 if (virtualKey == VK_ESCAPE) {
H A DWebView.cpp1930 { VK_ESCAPE, 0, "Cancel" },
2032 if (virtualKeyCode == VK_ESCAPE && isFullScreen()) {
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPopupMenuWin.cpp914 case VK_ESCAPE:
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm220 if (platformEvent->type() != PlatformEvent::Char && platformEvent->windowsVirtualKeyCode() == VK_ESCAPE && commands.size() == 1 && commandNameForSelectorName(commands[0].commandName) == "cancelOperation")
/macosx-10.10/vim-55/src/
H A Dgui_w48.c286 {VK_ESCAPE, ESC, NUL},
H A Dos_win32.c510 { VK_ESCAPE,FALSE, ESC, ESC, ESC, ESC, },

Completed in 468 milliseconds