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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollAnimator.cpp69 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollAnimator
H A DScrollableArea.cpp138 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollableArea
140 scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
143 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) function in class:WebCore::ScrollableArea
146 scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
148 scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));
H A DScrollAnimatorNone.cpp439 void ScrollAnimatorNone::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollAnimatorNone

Completed in 79 milliseconds