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

  /external/webkit/Source/WebCore/platform/efl/
PlatformKeyboardEventEfl.cpp 130 gWindowsKeyMap.set("apostrophe", VK_OEM_7);
131 gWindowsKeyMap.set("quotedbl", VK_OEM_7);
  /external/webkit/Source/WebCore/platform/chromium/
KeyboardCodes.h 509 VKEY_OEM_7 = VK_OEM_7,
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 374 /* 0x27 */ VK_OEM_7, // '"
566 // For example, '"' on Windows Russian layout is VK_2, not VK_OEM_7.
577 case '\'': case '"': return VK_OEM_7;
  /external/webkit/Source/WebCore/platform/qt/
PlatformKeyboardEventQt.cpp 487 // 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
489 return VK_OEM_7; // case '\'': case '"': return 0xDE;
574 case VK_OEM_7:
  /external/webkit/Source/WebCore/platform/
WindowsKeyboardCodes.h 250 // 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
251 #define VK_OEM_7 0xDE
  /external/webkit/Source/WebCore/platform/gtk/
PlatformKeyboardEventGtk.cpp 470 // 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
473 return VK_OEM_7; // case '\'': case '"': return 0xDE;

Completed in 49 milliseconds