Home
last modified time | relevance | path

Searched refs:VK_OEM_3 (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/efl/
DPlatformKeyboardEventEfl.cpp122 gWindowsKeyMap.set("grave", VK_OEM_3); in createWindowsKeyMap()
123 gWindowsKeyMap.set("asciitilde", VK_OEM_3); in createWindowsKeyMap()
/external/webkit/Source/WebCore/platform/
DWindowsKeyboardCodes.h239 #define VK_OEM_3 0xC0 macro
/external/webkit/Source/WebCore/platform/qt/
DPlatformKeyboardEventQt.cpp474 return VK_OEM_3; // case '`': case '~': return 0xC0; in windowsKeyCodeForKeyEvent()
570 case VK_OEM_3: in isVirtualKeyCodeRepresentingCharacter()
/external/webkit/Source/WebCore/platform/haiku/
DPlatformKeyboardEventHaiku.cpp310 return VK_OEM_3; in windowsKeyCodeForKeyEvent()
/external/webkit/Source/WebCore/platform/chromium/
DKeyboardCodes.h497 VKEY_OEM_3 = VK_OEM_3,
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm345 /* 0x0A */ VK_OEM_3, // "Section" - key to the left from 1 (ISO Keyboard Only)
385 /* 0x32 */ VK_OEM_3, // `~
573 case '`': case '~': return VK_OEM_3;
/external/webkit/Source/WebCore/platform/gtk/
DPlatformKeyboardEventGtk.cpp457 return VK_OEM_3; //case '`': case '~': return 0xC0; in windowsKeyCodeForGdkKeyCode()
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm969 …// VK_OEM_3 (C0) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For …