Home
last modified time | relevance | path

Searched refs:HIGHBITMASKSHORT (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformKeyboardEvent.cpp41 static const unsigned short HIGHBITMASKSHORT = 0x8000; variable
90 shiftKey = GetKeyState(VK_SHIFT) & HIGHBITMASKSHORT; in getCurrentModifierState()
91 ctrlKey = GetKeyState(VK_CONTROL) & HIGHBITMASKSHORT; in getCurrentModifierState()
92 altKey = GetKeyState(VK_MENU) & HIGHBITMASKSHORT; in getCurrentModifierState()