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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DKeyboardCodes.h509 VKEY_OEM_7 = VK_OEM_7,
H A DWindowsKeyboardCodes.h292 // VK_OEM_7 (DE) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the 'single-quote/double-quote' key
293 #define VK_OEM_7 0xDE macro
/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_codes_win.h167 VKEY_OEM_7 = VK_OEM_7,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm111 /* 0x27 */ VK_OEM_7, // '"
254 // For example, '"' on Windows Russian layout is VK_2, not VK_OEM_7.
265 case '\'': case '"': return VK_OEM_7;

Completed in 59 milliseconds