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

/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.cpp75 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollAnimator
H A DScrollAnimatorWin.cpp181 void ScrollAnimatorWin::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollAnimatorWin
H A DScrollableArea.cpp95 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset) function in class:WebCore::ScrollableArea
97 m_scrollAnimator->scrollToOffsetWithoutAnimation(offset);
100 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset) function in class:WebCore::ScrollableArea
110 scrollToOffsetWithoutAnimation(FloatPoint(x, m_scrollAnimator->currentPosition().y()));
115 scrollToOffsetWithoutAnimation(FloatPoint(m_scrollAnimator->currentPosition().x(), y));

Completed in 228 milliseconds