Searched refs:IsRight (Results 1 – 7 of 7) sorted by relevance
67 modifier = WebInputEvent::IsRight; in GetLocationModifier()73 modifier = WebInputEvent::IsRight; in GetLocationModifier()79 modifier = WebInputEvent::IsRight; in GetLocationModifier()85 modifier = WebInputEvent::IsRight; in GetLocationModifier()92 || modifier == WebInputEvent::IsRight); in GetLocationModifier()
37 return blink::WebKeyboardEvent::IsRight; in GetLocationModifiersFromWindowsKeyCode()
231 return IsRight; in locationModifiersFromWindowsKeyCode()
327 else if (e.modifiers & WebInputEvent::IsRight) in PlatformKeyboardEventBuilder()332 else if (e.modifiers & WebInputEvent::IsRight) in PlatformKeyboardEventBuilder()337 else if (e.modifiers & WebInputEvent::IsRight) in PlatformKeyboardEventBuilder()677 modifiers |= WebInputEvent::IsRight; in WebKeyboardEventBuilder()
168 IsRight = 1 << 12, enumerator
73 …ebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight); in TEST()77 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsRight); in TEST()80 EXPECT_TRUE(modifiers & WebInputEvent::IsRight); in TEST()85 EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight); in TEST()
80 static_cast<int>(WebInputEvent::IsRight),