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

  /external/chromium_org/third_party/WebKit/public/web/
WebTouchPoint.h 55 StateMoved,
  /external/chromium_org/content/common/input/
web_input_event_traits_unittest.cc 86 CreateTouchPoint(WebTouchPoint::StateMoved, 1);
88 CreateTouchPoint(WebTouchPoint::StateMoved, 0);
95 CreateTouchPoint(WebTouchPoint::StateMoved, 1);
100 EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[0].state);
104 touch0.touches[0] = CreateTouchPoint(WebTouchPoint::StateMoved, 1);
107 touch1.touches[0] = CreateTouchPoint(WebTouchPoint::StateMoved, 0);
111 EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[0].state);
112 EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[1].state);
web_touch_event_traits.cc 54 newState = WebTouchPoint::StateMoved;
touch_event_stream_validator.cc 91 case WebTouchPoint::StateMoved:
web_input_event_traits.cc 143 if (old_event.touches[i_old].state == blink::WebTouchPoint::StateMoved)
144 event->touches[i].state = blink::WebTouchPoint::StateMoved;
synthetic_web_input_event_builders.cc 188 touches[index].state = WebTouchPoint::StateMoved;
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 46 case blink::WebTouchPoint::StateMoved:
65 return blink::WebTouchPoint::StateMoved;
307 if (point->state == blink::WebTouchPoint::StateMoved) {
render_widget_host_view_aura_unittest.cc 839 EXPECT_EQ(blink::WebTouchPoint::StateMoved,
867 EXPECT_EQ(blink::WebTouchPoint::StateMoved,
893 EXPECT_EQ(blink::WebTouchPoint::StateMoved,
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_perftest.cc 155 touch.touches[0].state = WebTouchPoint::StateMoved;
touch_event_queue_unittest.cc 497 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[0].state);
498 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[1].state);
    [all...]
web_input_event_util.cc 164 return WebTouchPoint::StateMoved;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 226 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved;
432 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved;
576 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 400 case WebTouchPoint::StateMoved:
421 return WebTouchPoint::StateMoved;
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 79 case WebTouchPoint::StateMoved:
event_sender.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 303 state = WebTouchPoint::StateMoved;

Completed in 330 milliseconds