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

  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util_posix.cc 37 return WebKit::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 233 return IsRight;
WebInputEventConversion.cpp 285 else if (e.modifiers & WebInputEvent::IsRight)
290 else if (e.modifiers & WebInputEvent::IsRight)
295 else if (e.modifiers & WebInputEvent::IsRight)
610 modifiers |= WebInputEvent::IsRight;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 71 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
75 EXPECT_FALSE(modifiers & WebInputEvent::IsKeyPad || modifiers & WebInputEvent::IsRight);
78 EXPECT_TRUE(modifiers & WebInputEvent::IsRight);
83 EXPECT_FALSE(modifiers & WebInputEvent::IsLeft || modifiers & WebInputEvent::IsRight);
  /external/chromium_org/third_party/WebKit/Source/web/win/
WebInputEventFactory.cpp 94 modifier = WebInputEvent::IsRight;
100 modifier = WebInputEvent::IsRight;
106 modifier = WebInputEvent::IsRight;
112 modifier = WebInputEvent::IsRight;
119 || modifier == WebInputEvent::IsRight);
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 164 IsRight = 1 << 12,
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.cc 104 bool IsRight(KeySym native_keysym) {
534 (IsRight(keysym) ? (1 << 0) : 0);
    [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 82 static_cast<int>(WebInputEvent::IsRight),

Completed in 150 milliseconds