HomeSort by relevance Sort by last modified time
    Searched defs:VKEY_OEM_5 (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
keyboard_codes_posix.h 187 VKEY_OEM_5 = 0xDC,
keyboard_codes_win.h 163 VKEY_OEM_5 = VK_OEM_5,
  /external/webkit/WebCore/platform/chromium/
KeyboardCodesPosix.h 492 // VKEY_OEM_5 (DC) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
493 VKEY_OEM_5 = 0xDC,
KeyboardCodesWin.h 498 // VKEY_OEM_5 (DC) Used for miscellaneous characters, it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '\|' key
499 VKEY_OEM_5 = VK_OEM_5,

Completed in 798 milliseconds