Searched refs:timeToNextService (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
H A DImplicitAnimation.h69 virtual double timeToNextService();
H A DKeyframeAnimation.h61 virtual double timeToNextService();
H A DCompositeAnimation.h62 double timeToNextService() const;
H A DImplicitAnimation.cpp286 double ImplicitAnimation::timeToNextService() function in class:WebCore::ImplicitAnimation
288 double t = AnimationBase::timeToNextService();
H A DAnimationBase.h127 virtual double timeToNextService();
H A DKeyframeAnimation.cpp434 double KeyframeAnimation::timeToNextService() function in class:WebCore::KeyframeAnimation
436 double t = AnimationBase::timeToNextService();
H A DCompositeAnimation.cpp349 double CompositeAnimation::timeToNextService() const function in class:WebCore::CompositeAnimation
359 double t = transition ? transition->timeToNextService() : -1;
371 double t = animation ? animation->timeToNextService() : -1;
H A DAnimationController.cpp96 double t = compAnim->timeToNextService();
H A DAnimationBase.cpp1275 double AnimationBase::timeToNextService() function in class:WebCore::AnimationBase

Completed in 72 milliseconds