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

  /external/chromium_org/third_party/WebKit/Source/platform/
KeyboardCodes.h 526 // VKEY_PACKET (E7) Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The VKEY_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT,SendInput, WM_KEYDOWN, and WM_KEYUP
527 VKEY_PACKET = VK_PACKET,
  /external/chromium_org/ui/events/keycodes/
keyboard_codes_win.h 171 VKEY_PACKET = VK_PACKET,
keyboard_codes_posix.h 197 VKEY_PACKET = 0xE7,
  /external/chromium_org/pdf/pdfium/
pdfium_assert_matching_enums.cc 188 COMPILE_ASSERT_MATCH(ui::VKEY_PACKET, FWL_VKEY_Packet);

Completed in 209 milliseconds