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

  /external/chromium/base/
keyboard_codes_posix.h 183 VKEY_OEM_PERIOD = 0xBE,
keyboard_codes_win.h 159 VKEY_OEM_PERIOD = VK_OEM_PERIOD,
  /external/webkit/WebCore/platform/chromium/
KeyboardCodesPosix.h 480 // VKEY_OEM_PERIOD (BE) Windows 2000/XP: For any country/region, the '.' key
481 VKEY_OEM_PERIOD = 0xBE,
KeyboardCodesWin.h 486 // VKEY_OEM_PERIOD (BE) Windows 2000/XP: For any country/region, the '.' key
487 VKEY_OEM_PERIOD = VK_OEM_PERIOD,

Completed in 50 milliseconds