HomeSort by relevance Sort by last modified time
    Searched refs:VK_OEM_7 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
KeyboardCodes.h 509 VKEY_OEM_7 = VK_OEM_7,
  /external/chromium_org/ui/base/keycodes/
keyboard_codes_win.h 167 VKEY_OEM_7 = VK_OEM_7,
  /external/chromium_org/third_party/WebKit/Source/core/platform/cocoa/
KeyEventCocoa.mm 370 /* 0x27 */ VK_OEM_7, // '"
513 // For example, '"' on Windows Russian layout is VK_2, not VK_OEM_7.
524 case '\'': case '"': return VK_OEM_7;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
WindowsKeyboardCodes.h 292 // 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

Completed in 6793 milliseconds