Home
last modified time | relevance | path

Searched refs:VK_PAUSE (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h40 #undef VK_PAUSE
74 #define VK_PAUSE 0x13 // PAUSE key macro
/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp92 gWindowsKeyMap.set("Pause", VK_PAUSE); in createWindowsKeyMap()
93 gWindowsKeyMap.set("Break", VK_PAUSE); in createWindowsKeyMap()
/external/webkit/Source/WebCore/platform/win/
DKeyEventWin.cpp125 case VK_PAUSE: in keyIdentifierForWindowsKeyCode()
/external/webkit/Source/WebCore/platform/chromium/
DKeyboardCodes.h72 VKEY_PAUSE = VK_PAUSE,
/external/webkit/Source/WebCore/platform/wx/
DKeyboardEventWx.cpp186 return VK_PAUSE; // (13) PAUSE key in windowsKeyCodeForKeyEvent()
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
DAwtKeyInput.java342 return KeyEvent.VK_PAUSE; in convertJmeCode()
570 case KeyEvent.VK_PAUSE: in convertAwtKey()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibevents.c318 VK_keymap[VK_PAUSE] = SDLK_PAUSE; in DIB_InitOSKeymap()
462 case VK_PAUSE: in SDL_MapVirtualKey()
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp47 #define VK_PAUSE 0x13 // PAUSE key macro
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp228 return VK_PAUSE; // (13) PAUSE key in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp273 return VK_PAUSE; // (13) PAUSE key in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.cpp308 case VK_PAUSE: in keyIdentifierFromEvent()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm529 case NSPauseFunctionKey: return VK_PAUSE;
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm726 // VK_PAUSE (13) PAUSE key