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

  /external/chromium/base/
keyboard_codes_win.h 92 VKEY_NUMPAD3 = VK_NUMPAD3,
keyboard_code_conversion_gtk.cc 56 return VKEY_NUMPAD3; // (63) Numeric keypad 3 key
422 case VKEY_NUMPAD3:
keyboard_codes_posix.h 116 VKEY_NUMPAD3 = 0x63,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 51 return VKEY_NUMPAD3; // (63) Numeric keypad 3 key
KeyboardCodesWin.h 285 // VKEY_NUMPAD3 (63) Numeric keypad 3 key
286 VKEY_NUMPAD3 = VK_NUMPAD3,
KeyboardCodesPosix.h 279 // VKEY_NUMPAD3 (63) Numeric keypad 3 key
280 VKEY_NUMPAD3 = 0x63,

Completed in 231 milliseconds