Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp793 static inline int adjustedScrollDelta(int beginningDelta) in adjustedScrollDelta() function
808 static inline IntSize adjustedScrollDelta(const IntSize& delta) in adjustedScrollDelta() function
810 return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height())); in adjustedScrollDelta()
835 scrollByRecursively(adjustedScrollDelta(delta), ScrollOffsetClamped); in panScroll()