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

  /external/chromium/base/
keyboard_codes_win.h 155 VKEY_OEM_1 = VK_OEM_1,
keyboard_code_conversion_gtk.cc 308 // VKEY_OEM_1 (BA) Used for miscellaneous characters; it can vary by
312 return VKEY_OEM_1; // case ';': case ':': return 0xBA;
562 case VKEY_OEM_1:
keyboard_codes_posix.h 179 VKEY_OEM_1 = 0xBA,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 320 // VKEY_OEM_1 (BA) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
323 return VKEY_OEM_1; //case ';': case ':': return 0xBA;
KeyboardCodesWin.h 474 // VKEY_OEM_1 (BA) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ',:' key
475 VKEY_OEM_1 = VK_OEM_1,
KeyboardCodesPosix.h 468 // VKEY_OEM_1 (BA) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ',:' key
469 VKEY_OEM_1 = 0xBA,

Completed in 12 milliseconds