Searched refs:VKEY_PACKET (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DKeyboardCodes.h526 // 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, enumerator in enum:blink::__anon11239
/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_codes_win.h171 VKEY_PACKET = VK_PACKET, enumerator in enum:ui::KeyboardCode
H A Dkeyboard_codes_posix.h197 VKEY_PACKET = 0xE7, enumerator in enum:ui::KeyboardCode
/external/chromium_org/pdf/pdfium/
H A Dpdfium_assert_matching_enums.cc188 COMPILE_ASSERT_MATCH(ui::VKEY_PACKET, FWL_VKEY_Packet);

Completed in 38 milliseconds