HomeSort by relevance Sort by last modified time
    Searched refs:StateMoved (Results 1 - 18 of 18) 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 68 newState = WebTouchPoint::StateMoved;
touch_event_stream_validator.cc 104 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;
touch_event_stream_validator_unittest.cc 144 WebTouchPoint::StatePressed, WebTouchPoint::StateMoved,
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 49 case blink::WebTouchPoint::StateMoved:
68 return blink::WebTouchPoint::StateMoved;
render_widget_host_view_aura_unittest.cc 846 EXPECT_EQ(blink::WebTouchPoint::StateMoved,
874 EXPECT_EQ(blink::WebTouchPoint::StateMoved,
907 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 595 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[0].state);
596 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[1].state);
811 followup_event.touches[0].state = WebTouchPoint::StateMoved;
    [all...]
touch_emulator_unittest.cc 197 WebInputEvent::TouchMove, WebTouchPoint::StateMoved, x, y, ack);
web_input_event_util.cc 170 return WebTouchPoint::StateMoved;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 160 EXPECT_EQ(WebTouchPoint::StateMoved, webTouchBuilder.touches[0].state);
347 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved;
553 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved;
697 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 398 case WebTouchPoint::StateMoved:
419 return WebTouchPoint::StateMoved;
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 331 state = WebTouchPoint::StateMoved;
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.cc 76 case blink::WebTouchPoint::StateMoved:
event_sender.cc     [all...]

Completed in 961 milliseconds