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

  /external/webkit/WebCore/page/animation/
AnimationControllerPrivate.h 52 class AnimationControllerPrivate : public Noncopyable {
54 AnimationControllerPrivate(Frame*);
55 ~AnimationControllerPrivate();
60 void animationTimerFired(Timer<AnimationControllerPrivate>*);
63 void updateStyleIfNeededDispatcherFired(Timer<AnimationControllerPrivate>*);
99 Timer<AnimationControllerPrivate> m_animationTimer;
100 Timer<AnimationControllerPrivate> m_updateStyleIfNeededDispatcher;
CompositeAnimation.h 41 class AnimationControllerPrivate;
50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
64 AnimationControllerPrivate* animationController() const { return m_animationController; }
85 CompositeAnimation(AnimationControllerPrivate* animationController)
98 AnimationControllerPrivate* m_animationController;
AnimationController.cpp 33 #include "AnimationControllerPrivate.h"
49 AnimationControllerPrivate::AnimationControllerPrivate(Frame* frame)
50 : m_animationTimer(this, &AnimationControllerPrivate::animationTimerFired)
51 , m_updateStyleIfNeededDispatcher(this, &AnimationControllerPrivate::updateStyleIfNeededDispatcherFired)
62 AnimationControllerPrivate::~AnimationControllerPrivate()
66 PassRefPtr<CompositeAnimation> AnimationControllerPrivate::accessCompositeAnimation(RenderObject* renderer)
76 bool AnimationControllerPrivate::clear(RenderObject* renderer)
87 void AnimationControllerPrivate::updateAnimationTimer(bool callSetChanged/* = false*/
    [all...]
AnimationController.h 38 class AnimationControllerPrivate;
75 AnimationControllerPrivate* m_data;

Completed in 34 milliseconds