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

  /external/chromium/base/
keyboard_codes_win.h 95 VKEY_NUMPAD6 = VK_NUMPAD6,
keyboard_code_conversion_gtk.cc 62 return VKEY_NUMPAD6; // (66) Numeric keypad 6 key
428 case VKEY_NUMPAD6:
keyboard_codes_posix.h 119 VKEY_NUMPAD6 = 0x66,
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 57 return VKEY_NUMPAD6; // (66) Numeric keypad 6 key
KeyboardCodesWin.h 294 // VKEY_NUMPAD6 (66) Numeric keypad 6 key
295 VKEY_NUMPAD6 = VK_NUMPAD6,
KeyboardCodesPosix.h 288 // VKEY_NUMPAD6 (66) Numeric keypad 6 key
289 VKEY_NUMPAD6 = 0x66,

Completed in 14 milliseconds