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

1 2 3 4 5 6

  /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 92 if (event.type != WebInputEvent::TouchMove)
93 error_msg->append("Moved touch point outside touchmove.\n");
web_touch_event_traits.cc 53 case WebInputEvent::TouchMove:
web_input_event_traits.cc 108 event.type != WebInputEvent::TouchMove ||
295 CASE_TYPE(TouchMove);
363 case WebInputEvent::TouchMove:
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator_unittest.cc 215 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate"
227 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate"
237 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
240 EXPECT_EQ("TouchMove GestureScrollUpdate", ExpectedEvents());
243 "TouchMove GestureScrollUpdate TouchEnd GestureScrollEnd",
252 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
257 EXPECT_EQ("TouchMove GesturePinchBegin", ExpectedEvents());
262 "TouchMove GesturePinchEnd GestureScrollUpdate",
273 "TouchMove GestureTapCancel GestureScrollBegin GestureScrollUpdate",
277 EXPECT_EQ("TouchMove GesturePinchBegin", ExpectedEvents())
    [all...]
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...]
touch_event_queue.h 47 // Send touchmove events throughout a scroll, blocking on each ACK and
51 // Send touchmove events throughout a scroll, but throttle sending and
53 // events return touchmove events to being dispatched synchronously.
61 // Determines the bounds of the (square) touchmove slop suppression region.
65 // Whether the touchmove slop suppression region is boundary inclusive.
229 // Suppression of TouchMove's within a slop region when a sequence has not yet
234 // 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
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...]
touch_action_browsertest.cc 58 " {touchstart:0, touchmove:0, touchend: 0, touchcancel:0};"
181 EXPECT_EQ(1, ExecuteScriptAndExtractInt("eventCounts.touchmove"));
211 EXPECT_GT(ExecuteScriptAndExtractInt("eventCounts.touchmove"), 1);
synthetic_gesture_target_android.cc 58 case blink::WebInputEvent::TouchMove:
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...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventTypeNames.in 192 touchmove
ThreadLocalEventNames.h 37 || eventType == EventTypeNames::touchmove
TouchEvent.cpp 98 // 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 68 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/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 194 } else if (type == "touchMove") {
195 convertedType = PlatformEvent::TouchMove;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
splitter.js 91 'touchmove': this.handleTouchMove_.bind(this),
174 * Common part of handling mousemove and touchmove. Calls splitter drag
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
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/chrome/browser/resources/standalone/
standalone_hack.js 174 * touchmove events.
200 document.addEventListener('touchmove', function(event) {
  /external/chromium_org/chrome/browser/resources/net_internals/
resizable_vertical_split_view.js 59 window.addEventListener('touchmove', this.onTouchDragSizer_.bind(this));
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
view.js 15 button.addEventListener('touchmove', this.handleTouch_.bind(this));

Completed in 639 milliseconds

1 2 3 4 5 6