HomeSort by relevance Sort by last modified time
    Searched refs:m_scrollAnimator (Results 1 - 2 of 2) sorted by null

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

Completed in 35 milliseconds