Home | History | Annotate | Download | only in front_end

Lines Matching defs:scrollUpdate

370         function scrollUpdate()
375 InputAgent.dispatchGestureEvent("scrollUpdate", convertedPosition.x, convertedPosition.y, timeStamp, dx, dy);
447 scrollUpdate.call(this);
462 InputAgent.dispatchGestureEvent("scrollUpdate", convertedPosition.x, convertedPosition.y, timeStamp, event.wheelDeltaX, event.wheelDeltaY);