Searched refs:adjustedScrollDelta (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp772 static inline int adjustedScrollDelta(int beginningDelta) function in namespace:blink
787 static inline IntSize adjustedScrollDelta(const IntSize& delta) function in namespace:blink
789 return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height()));
814 scrollByRecursively(adjustedScrollDelta(delta), ScrollOffsetClamped);

Completed in 85 milliseconds