Searched refs:timeToNextService (Results 1 – 13 of 13) sorted by relevance
286 double ImplicitAnimation::timeToNextService() in timeToNextService() function in WebCore::ImplicitAnimation288 double t = AnimationBase::timeToNextService(); in timeToNextService()
62 double timeToNextService() const;
69 virtual double timeToNextService();
61 virtual double timeToNextService();
349 double CompositeAnimation::timeToNextService() const in timeToNextService() function in WebCore::CompositeAnimation359 double t = transition ? transition->timeToNextService() : -1; in timeToNextService()371 double t = animation ? animation->timeToNextService() : -1; in timeToNextService()
434 double KeyframeAnimation::timeToNextService() in timeToNextService() function in WebCore::KeyframeAnimation436 double t = AnimationBase::timeToNextService(); in timeToNextService()
127 virtual double timeToNextService();
96 double t = compAnim->timeToNextService(); in updateAnimationTimer()
1275 double AnimationBase::timeToNextService() in timeToNextService() function in WebCore::AnimationBase
22643 Rename willNeedService() to timeToNextService().22648 (WebCore::AnimationBase::timeToNextService):22661 (WebCore::CompositeAnimation::timeToNextService):22679 (WebCore::ImplicitAnimation::timeToNextService):22683 (WebCore::KeyframeAnimation::timeToNextService):
31353 (WebCore::CompositeAnimation::timeToNextService):31377 (WebCore::CompositeAnimation::timeToNextService):
1704 (WebCore::CompositeAnimation::timeToNextService):2282 (WebCore::CompositeAnimation::timeToNextService):2381 (WebCore::CompositeAnimation::timeToNextService):
98145 (WebCore::ImplicitAnimation::timeToNextService): !isFallbackAnimating() -> isAccelerated().98148 (WebCore::KeyframeAnimation::timeToNextService): isFallbackAnimating() -> !isAccelerated().