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

  /external/chromium/base/
keyboard_codes_win.h 156 VKEY_OEM_PLUS = VK_OEM_PLUS,
keyboard_code_conversion_gtk.cc 313 // VKEY_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
316 return VKEY_OEM_PLUS; // case '=': case '+': return 0xBB;
564 case VKEY_OEM_PLUS:
keyboard_codes_posix.h 180 VKEY_OEM_PLUS = 0xBB,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 324 // VKEY_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
327 return VKEY_OEM_PLUS; //case '=': case '+': return 0xBB;
KeyboardCodesWin.h 477 // VKEY_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
478 VKEY_OEM_PLUS = VK_OEM_PLUS,
KeyboardCodesPosix.h 471 // VKEY_OEM_PLUS (BB) Windows 2000/XP: For any country/region, the '+' key
472 VKEY_OEM_PLUS = 0xBB,

Completed in 17 milliseconds