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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationControllerPrivate.h 58 class AnimationControllerPrivate {
59 WTF_MAKE_NONCOPYABLE(AnimationControllerPrivate); WTF_MAKE_FAST_ALLOCATED;
61 AnimationControllerPrivate(Frame*);
62 ~AnimationControllerPrivate();
70 void updateStyleIfNeededDispatcherFired(Timer<AnimationControllerPrivate>*);
109 void animationTimerFired(Timer<AnimationControllerPrivate>*);
120 Timer<AnimationControllerPrivate> m_animationTimer;
121 Timer<AnimationControllerPrivate> m_updateStyleIfNeededDispatcher;
CompositeAnimation.h 38 class AnimationControllerPrivate;
47 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
62 AnimationControllerPrivate* animationController() const { return m_animationController; }
81 CompositeAnimation(AnimationControllerPrivate* animationController)
93 AnimationControllerPrivate* m_animationController;
AnimationController.cpp 40 #include "core/page/animation/AnimationControllerPrivate.h"
50 AnimationControllerPrivate::AnimationControllerPrivate(Frame* frame)
51 : m_animationTimer(this, &AnimationControllerPrivate::animationTimerFired)
52 , m_updateStyleIfNeededDispatcher(this, &AnimationControllerPrivate::updateStyleIfNeededDispatcherFired)
61 AnimationControllerPrivate::~AnimationControllerPrivate()
65 PassRefPtr<CompositeAnimation> AnimationControllerPrivate::accessCompositeAnimation(RenderObject* renderer)
75 bool AnimationControllerPrivate::clear(RenderObject* renderer)
86 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetN (…)
    [all...]
AnimationController.h 39 class AnimationControllerPrivate;
79 OwnPtr<AnimationControllerPrivate> m_data;

Completed in 404 milliseconds