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

  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util_posix.cc 37 return blink::WebKeyboardEvent::IsRight;
web_input_event_builders_win.cc 67 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/
WebInputEvent.cpp 231 return IsRight;
WebInputEventConversion.cpp 327 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/
WebInputEvent.h 168 IsRight = 1 << 12,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 73 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);
    [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 80 static_cast<int>(WebInputEvent::IsRight),

Completed in 78 milliseconds