Searched refs:VK_OEM_COMMA (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/android/
H A DKeyEventAndroid.cpp148 return VK_OEM_COMMA;
H A DKeyboardCodes.h475 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
476 const int VK_OEM_COMMA = 0xBC; member in namespace:WebCore
/external/webkit/WebCore/platform/chromium/
H A DKeyboardCodesWin.h481 VKEY_OEM_COMMA = VK_OEM_COMMA,
/external/webkit/WebCore/platform/
H A DKeyboardCodes.h496 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
497 const int VK_OEM_COMMA = 0xBC; member in namespace:WebCore
/external/webkit/WebCore/platform/gtk/
H A DKeyEventGtk.cpp437 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
440 return VK_OEM_COMMA; //case ',': case '<': return 0xBC;
/external/webkit/WebCore/platform/haiku/
H A DKeyboardCodes.h475 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
476 const int VK_OEM_COMMA = 0xBC; member in namespace:WebCore
/external/webkit/WebCore/platform/wx/
H A DKeyboardCodes.h474 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
475 const int VK_OEM_COMMA = 0xBC; member in namespace:WebCore
/external/webkit/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp450 // VK_OEM_COMMA (BC) Windows 2000/XP: For any country/region, the ',' key
453 return VK_OEM_COMMA; //case ',': case '<': return 0xBC;

Completed in 25 milliseconds