Home
last modified time | relevance | path

Searched refs:m_scrollAnimator (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollableArea.cpp46 : m_scrollAnimator(ScrollAnimator::create(this)) in ScrollableArea()
92 return m_scrollAnimator->scroll(orientation, granularity, step, multiplier); in scroll()
97 m_scrollAnimator->scrollToOffsetWithoutAnimation(offset); in scrollToOffsetWithoutAnimation()
110 scrollToOffsetWithoutAnimation(FloatPoint(x, m_scrollAnimator->currentPosition().y())); in scrollToXOffsetWithoutAnimation()
115 scrollToOffsetWithoutAnimation(FloatPoint(m_scrollAnimator->currentPosition().x(), y)); in scrollToYOffsetWithoutAnimation()
120 m_scrollAnimator->handleWheelEvent(wheelEvent); in handleWheelEvent()
126 m_scrollAnimator->handleGestureEvent(gestureEvent); in handleGestureEvent()
DScrollableArea.h81 ScrollAnimator* scrollAnimator() const { return m_scrollAnimator.get(); } in scrollAnimator()
140 OwnPtr<ScrollAnimator> m_scrollAnimator; variable