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

/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformKeyboardEventHaiku.cpp319 return VK_OEM_6;
/external/webkit/Source/WebCore/platform/cocoa/
H A DKeyEventCocoa.mm365 /* 0x1E */ VK_OEM_6, // ]}
576 case ']': case '}': return VK_OEM_6;
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformKeyboardEventEfl.cpp128 gWindowsKeyMap.set("bracketright", VK_OEM_6);
129 gWindowsKeyMap.set("braceright", VK_OEM_6);
/external/webkit/Source/WebCore/platform/android/
H A DKeyEventAndroid.cpp163 return VK_OEM_6;
/external/webkit/Source/WebCore/platform/chromium/
H A DKeyboardCodes.h506 VKEY_OEM_6 = VK_OEM_6,
/external/webkit/Source/WebCore/platform/qt/
H A DPlatformKeyboardEventQt.cpp483 // VK_OEM_6 (DD) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key
486 return VK_OEM_6; // case ']': case '}': return 0xDD;
573 case VK_OEM_6:
/external/webkit/Source/WebCore/platform/
H A DWindowsKeyboardCodes.h247 // VK_OEM_6 (DD) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key
248 #define VK_OEM_6 0xDD macro
/external/webkit/Source/WebCore/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp466 // VK_OEM_6 (DD) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ']}' key
469 return VK_OEM_6; // case ']': case '}': return 0xDD;

Completed in 61 milliseconds