Home | History | Annotate | Download | only in scroll

Lines Matching refs:ScrollAnimator

30 #include "platform/scroll/ScrollAnimator.h"
42 class ScrollAnimator;
114 // This getter will create a ScrollAnimator if it doesn't already exist.
115 ScrollAnimator* scrollAnimator() const;
117 // This getter will return null if the ScrollAnimator hasn't been created yet.
118 ScrollAnimator* existingScrollAnimator() const { return m_animators ? m_animators->scrollAnimator.get() : 0; }
253 // NOTE: Only called from the ScrollAnimator.
254 friend class ScrollAnimator;
271 OwnPtr<ScrollAnimator> scrollAnimator;