Searched refs:TouchMove (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/content/common/input/
H A Dweb_input_event_traits_unittest.cc55 WebTouchEvent touch1 = CreateTouch(WebInputEvent::TouchMove);
67 touch0 = CreateTouch(WebInputEvent::TouchMove);
68 touch1 = CreateTouch(WebInputEvent::TouchMove);
71 touch0 = CreateTouch(WebInputEvent::TouchMove, 2);
72 touch1 = CreateTouch(WebInputEvent::TouchMove, 2);
78 touch0 = CreateTouch(WebInputEvent::TouchMove, 1);
79 touch1 = CreateTouch(WebInputEvent::TouchMove, 2);
83 touch0 = CreateTouch(WebInputEvent::TouchMove, 2);
84 touch1 = CreateTouch(WebInputEvent::TouchMove, 2);
92 touch0 = CreateTouch(WebInputEvent::TouchMove,
[all...]
H A Dweb_touch_event_traits.cc67 case WebInputEvent::TouchMove:
H A Dtouch_event_stream_validator.cc105 if (event.type != WebInputEvent::TouchMove)
H A Dweb_input_event_traits.cc108 event.type != WebInputEvent::TouchMove ||
295 CASE_TYPE(TouchMove);
363 case WebInputEvent::TouchMove:
H A Dsynthetic_web_input_event_builders.cc190 WebInputEvent::TouchMove, timeStampSeconds, this);
H A Dtouch_event_stream_validator_unittest.cc139 WebInputEvent::TouchStart, WebInputEvent::TouchMove,
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformEvent.h71 TouchMove, enumerator in enum:blink::PlatformEvent::Type
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator_unittest.cc195 bool TouchMove(int x, int y, bool ack) { function in class:content::TouchEmulatorTest
197 WebInputEvent::TouchMove, WebTouchPoint::StateMoved, x, y, ack);
283 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate"
295 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate"
305 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
308 EXPECT_EQ("TouchMove GestureScrollUpdate", ExpectedEvents());
311 "TouchMove GestureScrollUpdate TouchEnd GestureScrollEnd",
320 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
325 EXPECT_EQ("TouchMove GesturePinchBegin", ExpectedEvents());
330 "TouchMove GesturePinchEn
[all...]
H A Dsynthetic_gesture_target_android.cc58 case blink::WebInputEvent::TouchMove:
H A Dtouch_event_queue_unittest.cc282 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
527 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
637 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
782 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
789 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
808 followup_event.type = WebInputEvent::TouchMove;
844 // TouchMove
888 stationary_event.type = WebInputEvent::TouchMove;
897 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
908 // TouchMove shoul
[all...]
H A Dmotion_event_web.cc42 case WebInputEvent::TouchMove:
H A Dtouch_event_queue.cc49 event.type == WebInputEvent::TouchMove) &&
245 if (event.type != WebInputEvent::TouchMove)
478 touch.event.type == WebInputEvent::TouchMove) {
710 if (touch.event.type != WebInputEvent::TouchMove ||
H A Dinput_router_impl_unittest.cc613 SendInputEventACK(WebInputEvent::TouchMove,
617 EXPECT_EQ(WebInputEvent::TouchMove,
714 WebInputEvent::TouchMove,
716 WebInputEvent::TouchMove };
777 GetEventWithType(WebInputEvent::TouchMove)));
901 WebInputEvent::TouchMove
1171 SendInputEventACK(WebInputEvent::TouchMove, INPUT_EVENT_ACK_STATE_CONSUMED);
1189 SendInputEventACK(WebInputEvent::TouchMove, INPUT_EVENT_ACK_STATE_CONSUMED);
1212 SendInputEventACK(WebInputEvent::TouchMove, INPUT_EVENT_ACK_STATE_CONSUMED);
1266 SendInputEventACK(WebInputEvent::TouchMove,
[all...]
H A Dinput_router_impl_perftest.cc154 touch.type = WebInputEvent::TouchMove;
H A Dtouch_emulator.cc409 eventType = WebInputEvent::TouchMove;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc1064 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1075 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1082 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1091 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1099 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1122 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1133 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1140 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
1174 EXPECT_EQ(WebInputEvent::TouchMove, host_->acked_touch_event_type());
H A Dui_events_helper.cc84 return blink::WebInputEvent::TouchMove;
109 case blink::WebInputEvent::TouchMove:
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc109 case WebInputEvent::TouchMove:
330 type = WebInputEvent::TouchMove;
573 case WebInputEvent::TouchMove:
741 case WebInputEvent::TouchMove:
H A Devent_conversion_unittest.cc63 TEST_F(EventConversionTest, TouchMove) {
/external/chromium_org/content/shell/renderer/test_runner/
H A Devent_sender.h119 void TouchMove();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp192 convertedType = PlatformEvent::TouchMove;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.cpp167 case WebInputEvent::TouchMove:
H A DWebPopupMenuImpl.cpp285 case WebInputEvent::TouchMove:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h136 TouchMove, enumerator in enum:blink::WebInputEvent::Type
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py270 def TouchMove(self, x, y): member in class:ChromeDriver

Completed in 1450 milliseconds

12