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

  /external/chromium/base/
keyboard_codes_win.h 160 VKEY_OEM_2 = VK_OEM_2,
keyboard_code_conversion_gtk.cc 332 // VKEY_OEM_2 (BF) Used for miscellaneous characters; it can vary by
336 return VKEY_OEM_2; // case '/': case '?': return 0xBF;
572 case VKEY_OEM_2:
keyboard_codes_posix.h 184 VKEY_OEM_2 = 0xBF,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 340 // VKEY_OEM_2 (BF) Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
343 return VKEY_OEM_2; //case '/': case '?': return 0xBF;
KeyboardCodesWin.h 489 // VKEY_OEM_2 (BF) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
490 VKEY_OEM_2 = VK_OEM_2,
KeyboardCodesPosix.h 483 // VKEY_OEM_2 (BF) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
484 VKEY_OEM_2 = 0xBF,

Completed in 12 milliseconds