Home
last modified time | relevance | path

Searched refs:pixels_to_scroll (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/dom/events/scrolling/
Dscroll_support.js97 function touchScrollInTarget(pixels_to_scroll, target, direction, pause_time_in_ms = 100) { argument
102 y_delta = -1 * pixels_to_scroll / num_movs;
104 y_delta = pixels_to_scroll / num_movs;
106 x_delta = -1 * pixels_to_scroll / num_movs;
108 x_delta = pixels_to_scroll / num_movs;
127 function touchFlingInTarget(pixels_to_scroll, target, direction) { argument
128 touchScrollInTarget(pixels_to_scroll, target, direction, 0 /* pause_time */);