Searched refs:VK_NUMPAD4 (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/win/
H A DKeyEventWin.cpp156 case VK_NUMPAD4:
/external/webkit/WebCore/platform/chromium/
H A DKeyboardCodesWin.h289 VKEY_NUMPAD4 = VK_NUMPAD4,
/external/webkit/WebCore/platform/wx/
H A DKeyboardEventWx.cpp144 return VK_NUMPAD4; // (64) Numeric keypad 4 key
H A DKeyboardCodes.h282 // VK_NUMPAD4 (64) Numeric keypad 4 key
283 const int VK_NUMPAD4 = 0x64; member in namespace:WebCore
/external/webkit/WebCore/platform/
H A DKeyboardCodes.h300 // VK_NUMPAD4 (64) Numeric keypad 4 key
301 const int VK_NUMPAD4 = 0x64; member in namespace:WebCore
/external/webkit/WebCore/platform/android/
H A DKeyboardCodes.h283 // VK_NUMPAD4 (64) Numeric keypad 4 key
284 const int VK_NUMPAD4 = 0x64; member in namespace:WebCore
/external/webkit/WebCore/platform/gtk/
H A DKeyEventGtk.cpp162 return VK_NUMPAD4; // (64) Numeric keypad 4 key
/external/webkit/WebCore/platform/haiku/
H A DKeyboardCodes.h283 // VK_NUMPAD4 (64) Numeric keypad 4 key
284 const int VK_NUMPAD4 = 0x64; member in namespace:WebCore
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibevents.c376 VK_keymap[VK_NUMPAD4] = SDLK_KP4;
472 case VK_LEFT: return EXTKEYPAD(VK_NUMPAD4);
/external/webkit/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp153 return VK_NUMPAD4; // (64) Numeric keypad 4 key
/external/webkit/WebKit/chromium/src/win/
H A DWebInputEventFactory.cpp69 case VK_NUMPAD4:

Completed in 82 milliseconds