Searched refs:adjustedScrollDelta (Results 1 – 1 of 1) sorted by relevance
793 static inline int adjustedScrollDelta(int beginningDelta) in adjustedScrollDelta() function808 static inline IntSize adjustedScrollDelta(const IntSize& delta) in adjustedScrollDelta() function810 return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height())); in adjustedScrollDelta()835 scrollByRecursively(adjustedScrollDelta(delta), ScrollOffsetClamped); in panScroll()