Home
last modified time | relevance | path

Searched refs:VK_OEM_4 (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp124 gWindowsKeyMap.set("bracketleft", VK_OEM_4); in createWindowsKeyMap()
125 gWindowsKeyMap.set("braceleft", VK_OEM_4); in createWindowsKeyMap()
/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h242 #define VK_OEM_4 0xDB macro
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp478 return VK_OEM_4; // case '[': case '{': return 0xDB; in windowsKeyCodeForKeyEvent()
571 case VK_OEM_4: in isVirtualKeyCodeRepresentingCharacter()
/external/webkit/Source/WebCore/platform/android/
DKeyEventAndroid.cpp159 return VK_OEM_4; in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp313 return VK_OEM_4; in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/chromium/
DKeyboardCodes.h500 VKEY_OEM_4 = VK_OEM_4,
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp461 return VK_OEM_4; //case '[': case '{': return 0xDB; in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm368 /* 0x21 */ VK_OEM_4, // {[
574 case '[': case '{': return VK_OEM_4;
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm971 …// VK_OEM_4 (DB) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For …