Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/input/
Dweb_input_event_builders_win.cc65 modifier = WebInputEvent::IsLeft; in GetLocationModifier()
71 modifier = WebInputEvent::IsLeft; in GetLocationModifier()
77 modifier = WebInputEvent::IsLeft; in GetLocationModifier()
82 modifier = WebInputEvent::IsLeft; in GetLocationModifier()
91 || modifier == WebInputEvent::IsLeft in GetLocationModifier()
Dweb_input_event_util_posix.cc32 return blink::WebKeyboardEvent::IsLeft; in GetLocationModifiersFromWindowsKeyCode()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventFactoryWin.cpp91 modifier = WebInputEvent::IsLeft; in getLocationModifier()
97 modifier = WebInputEvent::IsLeft; in getLocationModifier()
103 modifier = WebInputEvent::IsLeft; in getLocationModifier()
108 modifier = WebInputEvent::IsLeft; in getLocationModifier()
117 || modifier == WebInputEvent::IsLeft in getLocationModifier()
DWebInputEvent.cpp227 return IsLeft; in locationModifiersFromWindowsKeyCode()
DWebInputEventConversion.cpp305 if (e.modifiers & WebInputEvent::IsLeft) in PlatformKeyboardEventBuilder()
310 if (e.modifiers & WebInputEvent::IsLeft) in PlatformKeyboardEventBuilder()
315 if (e.modifiers & WebInputEvent::IsLeft) in PlatformKeyboardEventBuilder()
630 modifiers |= WebInputEvent::IsLeft; in WebKeyboardEventBuilder()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebInputEventConversionTest.cpp71 …EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers… in TEST()
74 EXPECT_TRUE(modifiers & WebInputEvent::IsLeft); in TEST()
79 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft); in TEST()
83 EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight); in TEST()
/external/chromium_org/third_party/WebKit/public/web/
DWebInputEvent.h164 IsLeft = 1 << 11, enumerator
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp638 bool IsLeft) { in shiftedInBitsMatter() argument
641 if (!IsLeft) in shiftedInBitsMatter()
/external/chromium_org/content/renderer/pepper/
Devent_conversion.cc79 static_cast<int>(WebInputEvent::IsLeft),