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

  /external/chromium/base/
keyboard_codes_win.h 165 VKEY_OEM_7 = VK_OEM_7,
keyboard_code_conversion_gtk.cc 357 // VKEY_OEM_7 (DE) Used for miscellaneous characters; it can vary by
362 return VKEY_OEM_7; // case '\'': case '"': return 0xDE;
582 case VKEY_OEM_7:
keyboard_codes_posix.h 189 VKEY_OEM_7 = 0xDE,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 360 // VKEY_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
363 return VKEY_OEM_7; // case '\'': case '"': return 0xDE;
KeyboardCodesWin.h 504 // VKEY_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
505 VKEY_OEM_7 = VK_OEM_7,
KeyboardCodesPosix.h 498 // VKEY_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
499 VKEY_OEM_7 = 0xDE,

Completed in 12 milliseconds