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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTimeline.cpp 117 void AnimationTimeline::serviceAnimations(TimingUpdateReason reason)
119 TRACE_EVENT0("blink", "AnimationTimeline::serviceAnimations");
215 serviceAnimations(TimingUpdateOnDemand);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.cpp 95 document.accessSVGExtensions().serviceAnimations(monotonicAnimationStartTime);
98 void SVGDocumentExtensions::serviceAnimations(double monotonicAnimationStartTime)
104 (*itr)->timeContainer()->serviceAnimations(monotonicAnimationStartTime);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 342 void SMILTimeContainer::serviceAnimations(double monotonicAnimationStartTime)

Completed in 197 milliseconds