Searched refs:IsRight (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dweb_input_event_util_posix.cc37 return blink::WebKeyboardEvent::IsRight;
H A Dweb_input_event_builders_win.cc67 modifier = WebInputEvent::IsRight;
73 modifier = WebInputEvent::IsRight;
79 modifier = WebInputEvent::IsRight;
85 modifier = WebInputEvent::IsRight;
92 || modifier == WebInputEvent::IsRight);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEvent.cpp231 return IsRight;
H A DWebInputEventConversion.cpp327 else if (e.modifiers & WebInputEvent::IsRight)
332 else if (e.modifiers & WebInputEvent::IsRight)
337 else if (e.modifiers & WebInputEvent::IsRight)
677 modifiers |= WebInputEvent::IsRight;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h168 IsRight = 1 << 12, enumerator in enum:blink::WebInputEvent::Modifiers
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebInputEventConversionTest.cpp73 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
77 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsRight);
80 EXPECT_TRUE(modifiers & WebInputEvent::IsRight);
85 EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc80 static_cast<int>(WebInputEvent::IsRight),

Completed in 227 milliseconds