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

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
KeyboardCodes.h 527 VKEY_PACKET = VK_PACKET,
  /external/chromium_org/ui/base/keycodes/
keyboard_codes_win.h 171 VKEY_PACKET = VK_PACKET,
  /external/chromium_org/third_party/WebKit/Source/core/platform/
WindowsKeyboardCodes.h 304 // Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The VK_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
305 #define VK_PACKET 0xE7
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 608 for (int i = 0; i <= VK_PACKET; ++i) {

Completed in 38 milliseconds