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

  /external/chromium/base/
keyboard_codes_win.h 76 VKEY_R = 'R',
keyboard_code_conversion_gtk.cc 240 return VKEY_R; // (52) R key case 'r': case 'R': return 0x52;
540 case VKEY_R:
keyboard_codes_posix.h 100 VKEY_R = 0x52,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 253 return VKEY_R; // (52) R key case 'r': case 'R': return 0x52;
KeyboardCodesWin.h 238 VKEY_R = 'R',
KeyboardCodesPosix.h 232 VKEY_R = 0x52,

Completed in 16 milliseconds