Home
last modified time | relevance | path

Searched refs:StateMoved (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/common/input/
Dweb_input_event_traits_unittest.cc86 CreateTouchPoint(WebTouchPoint::StateMoved, 1); in TEST_F()
88 CreateTouchPoint(WebTouchPoint::StateMoved, 0); in TEST_F()
95 CreateTouchPoint(WebTouchPoint::StateMoved, 1); in TEST_F()
100 EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[0].state); in TEST_F()
104 touch0.touches[0] = CreateTouchPoint(WebTouchPoint::StateMoved, 1); in TEST_F()
107 touch1.touches[0] = CreateTouchPoint(WebTouchPoint::StateMoved, 0); in TEST_F()
111 EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[0].state); in TEST_F()
112 EXPECT_EQ(WebTouchPoint::StateMoved, touch1.touches[1].state); in TEST_F()
Dweb_touch_event_traits.cc68 newState = WebTouchPoint::StateMoved; in ResetTypeAndTouchStates()
Dtouch_event_stream_validator.cc104 case WebTouchPoint::StateMoved: in Validate()
Dweb_input_event_traits.cc143 if (old_event.touches[i_old].state == blink::WebTouchPoint::StateMoved) in Coalesce()
144 event->touches[i].state = blink::WebTouchPoint::StateMoved; in Coalesce()
Dtouch_event_stream_validator_unittest.cc144 WebTouchPoint::StatePressed, WebTouchPoint::StateMoved, in TEST()
Dsynthetic_web_input_event_builders.cc188 touches[index].state = WebTouchPoint::StateMoved; in MovePoint()
/external/chromium_org/third_party/WebKit/public/web/
DWebTouchPoint.h55 StateMoved, enumerator
/external/chromium_org/content/browser/renderer_host/
Dui_events_helper.cc49 case blink::WebTouchPoint::StateMoved: in WebTouchPointStateToEventType()
68 return blink::WebTouchPoint::StateMoved; in TouchPointStateFromEvent()
Drender_widget_host_view_aura_unittest.cc846 EXPECT_EQ(blink::WebTouchPoint::StateMoved, in TEST_F()
874 EXPECT_EQ(blink::WebTouchPoint::StateMoved, in TEST_F()
907 EXPECT_EQ(blink::WebTouchPoint::StateMoved, in TEST_F()
951 EXPECT_EQ(blink::WebTouchPoint::StateMoved, in TEST_F()
960 EXPECT_EQ(blink::WebTouchPoint::StateMoved, in TEST_F()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebInputEventConversionTest.cpp160 EXPECT_EQ(WebTouchPoint::StateMoved, webTouchBuilder.touches[0].state); in TEST()
347 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved; in TEST()
553 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved; in TEST()
697 webTouchEvent.touches[0].state = WebTouchPoint::StateMoved; in TEST()
/external/chromium_org/content/browser/renderer_host/input/
Dtouch_event_queue_unittest.cc595 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[0].state); in TEST_F()
596 EXPECT_EQ(WebTouchPoint::StateMoved, event.touches[1].state); in TEST_F()
811 followup_event.touches[0].state = WebTouchPoint::StateMoved; in TEST_F()
1939 EXPECT_EQ(WebTouchPoint::StateMoved, sent_event().touches[0].state); in TEST_F()
1940 EXPECT_EQ(WebTouchPoint::StateMoved, sent_event().touches[1].state); in TEST_F()
Dinput_router_impl_perftest.cc155 touch.touches[0].state = WebTouchPoint::StateMoved; in BuildTouchSequence()
Dtouch_emulator_unittest.cc197 WebInputEvent::TouchMove, WebTouchPoint::StateMoved, x, y, ack); in TouchMove()
Dweb_input_event_util.cc170 return WebTouchPoint::StateMoved; in ToWebTouchPointState()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp398 case WebTouchPoint::StateMoved: in toPlatformTouchPointState()
419 return WebTouchPoint::StateMoved; in toWebTouchPointState()
/external/chromium_org/content/renderer/pepper/
Devent_conversion.cc331 state = WebTouchPoint::StateMoved; in BuildTouchEvent()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.cc76 case blink::WebTouchPoint::StateMoved: in PointState()
Devent_sender.cc1497 touch_point->state = WebTouchPoint::StateMoved; in UpdateTouchPoint()