Searched refs:VK_APPS (Results 1 - 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/chromium/
H A DKeyboardCodesWin.h271 VKEY_APPS = VK_APPS,
/external/webkit/WebCore/platform/
H A DKeyboardCodes.h282 // VK_APPS (5D) Applications key (Natural keyboard)
283 const int VK_APPS = 0x5D; member in namespace:WebCore
/external/webkit/WebCore/platform/android/
H A DKeyboardCodes.h265 // VK_APPS (5D) Applications key (Natural keyboard)
266 const int VK_APPS = 0x5D; member in namespace:WebCore
/external/webkit/WebCore/platform/gtk/
H A DKeyEventGtk.cpp220 return VK_APPS; // (5D) Applications key (Natural keyboard)
/external/webkit/WebCore/platform/haiku/
H A DKeyboardCodes.h265 // VK_APPS (5D) Applications key (Natural keyboard)
266 const int VK_APPS = 0x5D; member in namespace:WebCore
/external/webkit/WebCore/platform/wx/
H A DKeyboardCodes.h264 // VK_APPS (5D) Applications key (Natural keyboard)
265 const int VK_APPS = 0x5D; member in namespace:WebCore
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibevents.c432 VK_keymap[VK_APPS] = SDLK_MENU;
453 case VK_APPS:

Completed in 26 milliseconds