Searched refs:adjustedScrollDelta (Results 1 – 1 of 1) sorted by relevance
899 static inline int adjustedScrollDelta(int beginningDelta) in adjustedScrollDelta() function914 static inline IntSize adjustedScrollDelta(const IntSize& delta) in adjustedScrollDelta() function916 return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height())); in adjustedScrollDelta()941 scrollByRecursively(adjustedScrollDelta(delta), ScrollOffsetClamped); in panScroll()