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

  /external/chromium_org/third_party/WebKit/Source/platform/
KeyboardCodes.h 509 VKEY_OEM_7 = VK_OEM_7,
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
  /external/chromium_org/ui/events/keycodes/
keyboard_codes_win.h 167 VKEY_OEM_7 = VK_OEM_7,
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 111 /* 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;
    [all...]
  /external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
Win32Window.cpp 39 case VK_OEM_7: return KEY_QUOTE;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.rh 185 #define VK_OEM_7 0xDE
winuser.h 325 #define VK_OEM_7 0xDE
    [all...]

Completed in 420 milliseconds