/external/chromium_org/content/common/input/ |
D | web_input_event_traits_unittest.cc | 86 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()
|
D | web_touch_event_traits.cc | 68 newState = WebTouchPoint::StateMoved; in ResetTypeAndTouchStates()
|
D | touch_event_stream_validator.cc | 104 case WebTouchPoint::StateMoved: in Validate()
|
D | web_input_event_traits.cc | 143 if (old_event.touches[i_old].state == blink::WebTouchPoint::StateMoved) in Coalesce() 144 event->touches[i].state = blink::WebTouchPoint::StateMoved; in Coalesce()
|
D | touch_event_stream_validator_unittest.cc | 144 WebTouchPoint::StatePressed, WebTouchPoint::StateMoved, in TEST()
|
D | synthetic_web_input_event_builders.cc | 188 touches[index].state = WebTouchPoint::StateMoved; in MovePoint()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebTouchPoint.h | 55 StateMoved, enumerator
|
/external/chromium_org/content/browser/renderer_host/ |
D | ui_events_helper.cc | 49 case blink::WebTouchPoint::StateMoved: in WebTouchPointStateToEventType() 68 return blink::WebTouchPoint::StateMoved; in TouchPointStateFromEvent()
|
D | render_widget_host_view_aura_unittest.cc | 846 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/ |
D | WebInputEventConversionTest.cpp | 160 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/ |
D | touch_event_queue_unittest.cc | 595 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()
|
D | input_router_impl_perftest.cc | 155 touch.touches[0].state = WebTouchPoint::StateMoved; in BuildTouchSequence()
|
D | touch_emulator_unittest.cc | 197 WebInputEvent::TouchMove, WebTouchPoint::StateMoved, x, y, ack); in TouchMove()
|
D | web_input_event_util.cc | 170 return WebTouchPoint::StateMoved; in ToWebTouchPointState()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.cpp | 398 case WebTouchPoint::StateMoved: in toPlatformTouchPointState() 419 return WebTouchPoint::StateMoved; in toWebTouchPointState()
|
/external/chromium_org/content/renderer/pepper/ |
D | event_conversion.cc | 331 state = WebTouchPoint::StateMoved; in BuildTouchEvent()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | test_plugin.cc | 76 case blink::WebTouchPoint::StateMoved: in PointState()
|
D | event_sender.cc | 1497 touch_point->state = WebTouchPoint::StateMoved; in UpdateTouchPoint()
|