Searched refs:VK_OEM_5 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DKeyEventCocoa.mm377 /* 0x2A */ VK_OEM_5, // \|
576 case '\\': case '|': return VK_OEM_5;
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DEflKeyboardUtilities.cpp178 windowsKeyMap().set(ASCIILiteral("backslash"), VK_OEM_5);
179 windowsKeyMap().set(ASCIILiteral("bar"), VK_OEM_5);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DWindowsKeyboardCodes.h286 // VK_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
287 #define VK_OEM_5 0xDC macro
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DPlatformKeyboardEventGtk.cpp467 // VK_OEM_5 (DC) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
470 return VK_OEM_5; //case '\\': case '|': return 0xDC;

Completed in 126 milliseconds