HomeSort by relevance Sort by last modified time
    Searched full:touchmove (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 195 bool TouchMove(int x, int y, bool ack) {
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 GesturePinchEnd GestureScrollUpdate"
    [all...]
touch_event_queue_unittest.cc 282 EXPECT_EQ(WebInputEvent::TouchMove, acked_event().type);
480 // touchmove handler.
490 // The ack should trigger forwarding of the touchmove, as if no touch
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;
    [all...]
touch_event_queue.h 48 // Send touchmove events throughout a scroll, blocking on each ACK and
52 // Send touchmove events throughout a scroll, but throttle sending and
54 // events return touchmove events to being dispatched synchronously.
62 // Determines the bounds of the (square) touchmove slop suppression region.
225 // Suppression of TouchMove's within a slop region when a sequence has not yet
230 // while a scroll sequence is active. In this mode, touchmove's are throttled
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
218 // Provides touchmove slop suppression for a single touch that remains within
245 if (event.type != WebInputEvent::TouchMove)
478 touch.event.type == WebInputEvent::TouchMove) {
479 // Throttling touchmove's in a continuous touchmove stream while scrollin
    [all...]
touch_action_browsertest.cc 58 " {touchstart:0, touchmove:0, touchend: 0, touchcancel:0};"
181 EXPECT_EQ(1, ExecuteScriptAndExtractInt("eventCounts.touchmove"));
203 EXPECT_GT(ExecuteScriptAndExtractInt("eventCounts.touchmove"), 1);
synthetic_gesture_target_android.cc 58 case blink::WebInputEvent::TouchMove:
  /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...]
touch_event_stream_validator.cc 105 if (event.type != WebInputEvent::TouchMove)
106 error_msg->append("Moved touch point outside touchmove.\n");
web_touch_event_traits.cc 67 case WebInputEvent::TouchMove:
web_input_event_traits.cc 108 event.type != WebInputEvent::TouchMove ||
295 CASE_TYPE(TouchMove);
363 case WebInputEvent::TouchMove:
touch_event_stream_validator_unittest.cc 139 WebInputEvent::TouchStart, WebInputEvent::TouchMove,
  /external/chromium_org/content/test/data/
overscroll_navigation.html 63 document.addEventListener('touchmove', touch_move_handler);
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTypeNames.in 195 touchmove
ThreadLocalEventNames.h 35 || eventType == EventTypeNames::touchmove
TouchEvent.cpp 97 // scrolling by consuming a touchmove event. Generate a warning if this
  /external/chromium_org/tools/perf/page_sets/tough_scheduling_cases/
simple_touch_drag.html 29 card.addEventListener('touchmove', onTouchMove, false);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 63 bool touchMove() const { return move() && touchEvent(); }
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 71 TouchMove,
  /external/droiddriver/src/com/google/android/droiddriver/util/
Events.java 95 public static void touchMove(InputInjector injector, long downTime, int x, int y) {
  /external/chromium_org/ui/events/gestures/
gesture_provider_aura.cc 39 // If this is a touchmove event, and it isn't different from the last
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 191 } else if (type == "touchMove") {
192 convertedType = PlatformEvent::TouchMove;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
splitter.js 90 'touchmove': this.handleTouchMove_.bind(this),
173 * Common part of handling mousemove and touchmove. Calls splitter drag
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 148 // Test touchmove.
155 RefPtrWillBeRawPtr<TouchEvent> touchEvent = TouchEvent::create(activeTouchList.get(), activeTouchList.get(), movedTouchList.get(), EventTypeNames::touchmove, domWindow, false, false, false, false, false);
159 EXPECT_EQ(WebInputEvent::TouchMove, webTouchBuilder.type);
345 webTouchEvent.type = WebInputEvent::TouchMove;
410 RefPtrWillBeRawPtr<TouchEvent> touchEvent = TouchEvent::create(touchList.get(), touchList.get(), touchList.get(), EventTypeNames::touchmove, domWindow, false, false, false, false, false);
551 webTouchEvent.type = WebInputEvent::TouchMove;
695 webTouchEvent.type = WebInputEvent::TouchMove;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 379 case WebInputEvent::TouchMove:
380 return PlatformEvent::TouchMove;
418 if (type == EventTypeNames::touchmove)
571 else if (event.type() == EventTypeNames::touchmove)
788 else if (event.type() == EventTypeNames::touchmove)
789 type = TouchMove;

Completed in 762 milliseconds

1 2 3 4 5 6 7