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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp65 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:blink::ScrollAnimator
H A DScrollableArea.cpp162 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:blink::ScrollableArea
165 scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
168 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) function in class:blink::ScrollableArea
171 scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
173 scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));
H A DScrollAnimatorNone.cpp435 void ScrollAnimatorNone::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:blink::ScrollAnimatorNone

Completed in 152 milliseconds