HomeSort by relevance Sort by last modified time
    Searched refs:TouchMove (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/content/common/input/
web_input_event_traits_unittest.cc 55 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, 2)
    [all...]
web_touch_event_traits.cc 53 case WebInputEvent::TouchMove:
touch_event_stream_validator.cc 92 if (event.type != WebInputEvent::TouchMove)
93 error_msg->append("Moved touch point outside touchmove.\n");
web_input_event_traits.cc 108 event.type != WebInputEvent::TouchMove ||
295 CASE_TYPE(TouchMove);
363 case WebInputEvent::TouchMove:
synthetic_web_input_event_builders.cc 190 WebInputEvent::TouchMove, timeStampSeconds, this);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 71 TouchMove,
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_target_android.cc 58 case blink::WebInputEvent::TouchMove:
touch_event_queue_unittest.cc 286 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
429 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
549 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
694 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
701 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
756 // TouchMove
800 stationary_event.type = WebInputEvent::TouchMove;
809 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
820 // TouchMove should not be sent to renderer.
887 // TouchMove should not be sent to the renderer
    [all...]
motion_event_web.cc 36 case WebInputEvent::TouchMove:
touch_event_queue.cc 22 // Time interval at which touchmove events will be forwarded to the client while
27 // touchmove's are being sent asynchronously, movement outside this region will
28 // trigger an immediate async touchmove to cancel potential tap-related logic.
49 event.type == WebInputEvent::TouchMove) &&
62 // Cancels a touch sequence if a touchstart or touchmove ack response is
189 // Provides touchmove slop suppression for a single touch that remains within
211 if (event.type != WebInputEvent::TouchMove)
463 touch.event.type == WebInputEvent::TouchMove) {
464 // Throttling touchmove's in a continuous touchmove stream while scrollin
    [all...]
input_router_impl_unittest.cc 613 SendInputEventACK(WebInputEvent::TouchMove,
617 EXPECT_EQ(WebInputEvent::TouchMove,
706 WebInputEvent::TouchMove,
708 WebInputEvent::TouchMove };
769 GetEventWithType(WebInputEvent::TouchMove)));
    [all...]
input_router_impl_perftest.cc 154 touch.type = WebInputEvent::TouchMove;
touch_emulator.cc 362 eventType = WebInputEvent::TouchMove;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc     [all...]
ui_events_helper.cc 81 return blink::WebInputEvent::TouchMove;
106 case blink::WebInputEvent::TouchMove:
  /external/chromium_org/content/renderer/pepper/
event_conversion.cc 112 case WebInputEvent::TouchMove:
302 type = WebInputEvent::TouchMove;
562 case WebInputEvent::TouchMove:
730 case WebInputEvent::TouchMove:
  /external/chromium_org/content/shell/renderer/test_runner/
event_sender.h 119 void TouchMove();
event_sender.cc 352 void TouchMove();
480 .SetMethod("touchMove", &EventSenderBindings::TouchMove)
683 void EventSenderBindings::TouchMove() {
685 sender_->TouchMove();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 194 } else if (type == "touchMove") {
195 convertedType = PlatformEvent::TouchMove;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 160 case WebInputEvent::TouchMove:
WebPopupMenuImpl.cpp 289 case WebInputEvent::TouchMove:
WebPluginScrollbarImpl.cpp 264 case WebInputEvent::TouchMove:
WebInputEventConversion.cpp 381 case WebInputEvent::TouchMove:
382 return PlatformEvent::TouchMove;
420 if (type == EventTypeNames::touchmove)
573 else if (event.type() == EventTypeNames::touchmove)
771 else if (event.type() == EventTypeNames::touchmove)
772 type = TouchMove;
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 136 TouchMove,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 224 webTouchEvent.type = WebInputEvent::TouchMove;
289 RefPtrWillBeRawPtr<TouchEvent> touchEvent = TouchEvent::create(touchList.get(), touchList.get(), touchList.get(), WebCore::EventTypeNames::touchmove, domWindow, false, false, false, false, false);
430 webTouchEvent.type = WebInputEvent::TouchMove;
574 webTouchEvent.type = WebInputEvent::TouchMove;

Completed in 902 milliseconds

1 2