/external/chromium_org/content/common/input/ |
D | web_input_event_traits_unittest.cc | 55 WebTouchEvent touch1 = CreateTouch(WebInputEvent::TouchMove); in TEST_F() 67 touch0 = CreateTouch(WebInputEvent::TouchMove); in TEST_F() 68 touch1 = CreateTouch(WebInputEvent::TouchMove); in TEST_F() 71 touch0 = CreateTouch(WebInputEvent::TouchMove, 2); in TEST_F() 72 touch1 = CreateTouch(WebInputEvent::TouchMove, 2); in TEST_F() 78 touch0 = CreateTouch(WebInputEvent::TouchMove, 1); in TEST_F() 79 touch1 = CreateTouch(WebInputEvent::TouchMove, 2); in TEST_F() 83 touch0 = CreateTouch(WebInputEvent::TouchMove, 2); in TEST_F() 84 touch1 = CreateTouch(WebInputEvent::TouchMove, 2); in TEST_F() 92 touch0 = CreateTouch(WebInputEvent::TouchMove, 2); in TEST_F() [all …]
|
D | web_input_event_traits.cc | 108 event.type != WebInputEvent::TouchMove || in CanCoalesce() 295 CASE_TYPE(TouchMove); in GetName() 363 case WebInputEvent::TouchMove: in IgnoresAckDisposition()
|
D | web_touch_event_traits.cc | 67 case WebInputEvent::TouchMove: in ResetTypeAndTouchStates()
|
D | touch_event_stream_validator.cc | 105 if (event.type != WebInputEvent::TouchMove) in Validate()
|
D | touch_event_stream_validator_unittest.cc | 139 WebInputEvent::TouchStart, WebInputEvent::TouchMove, in TEST()
|
D | synthetic_web_input_event_builders.cc | 190 WebInputEvent::TouchMove, timeStampSeconds, this); in MovePoint()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_emulator_unittest.cc | 195 bool TouchMove(int x, int y, bool ack) { in TouchMove() function in content::TouchEmulatorTest 197 WebInputEvent::TouchMove, WebTouchPoint::StateMoved, x, y, ack); in TouchMove() 450 EXPECT_FALSE(TouchMove(20, 20, true)); in TEST_F() 460 EXPECT_TRUE(TouchMove(20, 20, true)); in TEST_F() 475 EXPECT_TRUE(TouchMove(20, 20, false)); in TEST_F() 492 EXPECT_TRUE(TouchMove(30, 40, true)); in TEST_F()
|
D | touch_event_queue_unittest.cc | 282 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type); in TEST_F() 527 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type); in TEST_F() 637 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type); in TEST_F() 782 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type); in TEST_F() 789 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type); in TEST_F() 808 followup_event.type = WebInputEvent::TouchMove; in TEST_F() 888 stationary_event.type = WebInputEvent::TouchMove; in TEST_F() 897 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type); in TEST_F() 968 EXPECT_EQ(WebInputEvent::TouchMove, sent_event().type); in TEST_F() 1806 EXPECT_EQ(WebInputEvent::TouchMove, sent_event().type); in TEST_F() [all …]
|
D | input_router_impl_unittest.cc | 613 SendInputEventACK(WebInputEvent::TouchMove, in TEST_F() 617 EXPECT_EQ(WebInputEvent::TouchMove, in TEST_F() 714 WebInputEvent::TouchMove, in TEST_F() 716 WebInputEvent::TouchMove }; in TEST_F() 777 GetEventWithType(WebInputEvent::TouchMove))); in TEST_F() 901 WebInputEvent::TouchMove in TEST_F() 1171 SendInputEventACK(WebInputEvent::TouchMove, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1189 SendInputEventACK(WebInputEvent::TouchMove, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1212 SendInputEventACK(WebInputEvent::TouchMove, INPUT_EVENT_ACK_STATE_CONSUMED); in TEST_F() 1266 SendInputEventACK(WebInputEvent::TouchMove, in TEST_F() [all …]
|
D | touch_event_queue.cc | 49 event.type == WebInputEvent::TouchMove) && in ShouldTouchTriggerTimeout() 245 if (event.type != WebInputEvent::TouchMove) in FilterEvent() 478 touch.event.type == WebInputEvent::TouchMove) { in ForwardNextEventToRenderer() 710 if (touch.event.type != WebInputEvent::TouchMove || in SendTouchEventImmediately()
|
D | synthetic_gesture_target_android.cc | 58 case blink::WebInputEvent::TouchMove: in DispatchWebTouchEventToPlatform()
|
D | motion_event_web.cc | 42 case WebInputEvent::TouchMove: in GetActionFrom()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_unittest.cc | 1064 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1075 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1082 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1091 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1099 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1122 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1133 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1140 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F() 1174 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type()); in TEST_F()
|
D | ui_events_helper.cc | 84 return blink::WebInputEvent::TouchMove; in TouchEventTypeFromEvent() 109 case blink::WebInputEvent::TouchMove: in MakeUITouchEventsFromWebTouchEvents()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 71 TouchMove, enumerator
|
/external/chromium_org/content/renderer/pepper/ |
D | event_conversion.cc | 109 case WebInputEvent::TouchMove: in ConvertEventTypes() 330 type = WebInputEvent::TouchMove; in BuildTouchEvent() 573 case WebInputEvent::TouchMove: in CreateInputEventData() 741 case WebInputEvent::TouchMove: in ClassifyInputEvent()
|
D | event_conversion_unittest.cc | 63 TEST_F(EventConversionTest, TouchMove) { in TEST_F() argument
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 136 TouchMove, enumerator
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebInputEventConversionTest.cpp | 159 EXPECT_EQ(WebInputEvent::TouchMove, webTouchBuilder.type); in TEST() 345 webTouchEvent.type = WebInputEvent::TouchMove; in TEST() 551 webTouchEvent.type = WebInputEvent::TouchMove; in TEST() 695 webTouchEvent.type = WebInputEvent::TouchMove; in TEST()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 167 case WebInputEvent::TouchMove: in handleInputEvent()
|
D | WebPopupMenuImpl.cpp | 285 case WebInputEvent::TouchMove: in handleInputEvent()
|
D | WebInputEventConversion.cpp | 379 case WebInputEvent::TouchMove: in toPlatformTouchEventType() 380 return PlatformEvent::TouchMove; in toPlatformTouchEventType() 789 type = TouchMove; in WebTouchEventBuilder()
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | event_sender.h | 119 void TouchMove();
|
D | event_sender.cc | 375 void TouchMove(); 503 .SetMethod("touchMove", &EventSenderBindings::TouchMove) in GetObjectTemplateBuilder() 706 void EventSenderBindings::TouchMove() { in TouchMove() function in content::EventSenderBindings 708 sender_->TouchMove(); in TouchMove() 1588 void EventSender::TouchMove() { in TouchMove() function in content::EventSender 1589 SendCurrentTouchEvent(WebInputEvent::TouchMove); in TouchMove()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorInputAgent.cpp | 192 convertedType = PlatformEvent::TouchMove; in dispatchTouchEvent()
|