Searched defs:scrollToOffsetWithoutAnimation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp68 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollAnimator
H A DScrollableArea.cpp137 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollableArea
139 scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
142 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) function in class:WebCore::ScrollableArea
145 scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
147 scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));
H A DScrollAnimatorNone.cpp436 void ScrollAnimatorNone::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollAnimatorNone

Completed in 176 milliseconds