Home | History | Annotate | Download | only in scroll

Lines Matching defs:ScrollAnimator

32 #include "platform/scroll/ScrollAnimator.h"
43 ScrollAnimator::ScrollAnimator(ScrollableArea* scrollableArea)
50 ScrollAnimator::~ScrollAnimator()
54 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float delta)
67 void ScrollAnimator::scrollToOffsetWithoutAnimation(const FloatPoint& offset)
74 bool ScrollAnimator::handleWheelEvent(const PlatformWheelEvent& e)
125 void ScrollAnimator::setCurrentPosition(const FloatPoint& position)
131 FloatPoint ScrollAnimator::currentPosition() const
136 void ScrollAnimator::notifyPositionChanged()
141 float ScrollAnimator::clampScrollPosition(ScrollbarOrientation orientation, float pos)