Searched refs:animationTimerFired (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollAnimatorWin.h64 void animationTimerFired(Timer<ScrollAnimatorWin>*);
H A DScrollAnimatorWin.cpp59 , m_animationTimer(parent, &ScrollAnimatorWin::animationTimerFired)
208 void ScrollAnimatorWin::animationTimerFired(Timer<ScrollAnimatorWin>* timer) function in class:WebCore::ScrollAnimatorWin
/external/webkit/Source/WebCore/rendering/
H A DRenderProgress.cpp46 , m_animationTimer(this, &RenderProgress::animationTimerFired)
76 void RenderProgress::animationTimerFired(Timer<RenderProgress>*) function in class:WebCore::RenderProgress
H A DRenderProgress.h51 void animationTimerFired(Timer<RenderProgress>*);
/external/webkit/Source/WebCore/page/animation/
H A DAnimationControllerPrivate.h103 void animationTimerFired(Timer<AnimationControllerPrivate>*);
H A DAnimationController.cpp52 : m_animationTimer(this, &AnimationControllerPrivate::animationTimerFired)
197 void AnimationControllerPrivate::animationTimerFired(Timer<AnimationControllerPrivate>*) function in class:WebCore::AnimationControllerPrivate

Completed in 696 milliseconds