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

  /external/webkit/Source/WebCore/page/animation/
AnimationControllerPrivate.h 54 class AnimationControllerPrivate {
55 WTF_MAKE_NONCOPYABLE(AnimationControllerPrivate); WTF_MAKE_FAST_ALLOCATED;
57 AnimationControllerPrivate(Frame*);
58 ~AnimationControllerPrivate();
65 void updateStyleIfNeededDispatcherFired(Timer<AnimationControllerPrivate>*);
103 void animationTimerFired(Timer<AnimationControllerPrivate>*);
112 Timer<AnimationControllerPrivate> m_animationTimer;
113 Timer<AnimationControllerPrivate> m_updateStyleIfNeededDispatcher;
AnimationController.cpp 33 #include "AnimationControllerPrivate.h"
51 AnimationControllerPrivate::AnimationControllerPrivate(Frame* frame)
52 : m_animationTimer(this, &AnimationControllerPrivate::animationTimerFired)
53 , 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...]
CompositeAnimation.h 40 class AnimationControllerPrivate;
50 static PassRefPtr<CompositeAnimation> create(AnimationControllerPrivate* animationController)
64 AnimationControllerPrivate* animationController() const { return m_animationController; }
87 CompositeAnimation(AnimationControllerPrivate* animationController)
100 AnimationControllerPrivate* m_animationController;
AnimationController.h 38 class AnimationControllerPrivate;
80 AnimationControllerPrivate* m_data;

Completed in 33 milliseconds