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

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.cpp 286 double ImplicitAnimation::timeToNextService()
288 double t = AnimationBase::timeToNextService();
CompositeAnimation.cpp 349 double CompositeAnimation::timeToNextService() const
359 double t = transition ? transition->timeToNextService() : -1;
371 double t = animation ? animation->timeToNextService() : -1;
KeyframeAnimation.cpp 434 double KeyframeAnimation::timeToNextService()
436 double t = AnimationBase::timeToNextService();
AnimationBase.cpp     [all...]

Completed in 188 milliseconds