HomeSort by relevance Sort by last modified time
    Searched defs:scrollToOffsetWithoutAnimation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 67 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
ScrollAnimatorNone.cpp 437 void ScrollAnimatorNone::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
ScrollableArea.cpp 146 void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
148 scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
151 void ScrollableArea::scrollToOffsetWithoutAnimation(ScrollbarOrientation orientation, float offset)
154 scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
156 scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));

Completed in 93 milliseconds