Searched defs:monotonicAnimationStartTime (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorPendingAnimations.cpp123 void CompositorPendingAnimations::notifyCompositorAnimationStarted(double monotonicAnimationStartTime) argument
129 player->notifyCompositorStartTime(monotonicAnimationStartTime - player->timeline()->zeroTime());
H A DDocumentAnimations.cpp56 void DocumentAnimations::updateAnimationTimingForAnimationFrame(Document& document, double monotonicAnimationStartTime) argument
58 document.animationClock().updateTime(monotonicAnimationStartTime);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageAnimator.cpp37 void PageAnimator::serviceScriptedAnimations(double monotonicAnimationStartTime) argument
51 documents[i]->view()->serviceScrollAnimations(monotonicAnimationStartTime);
55 (*it)->serviceScrollAnimations(monotonicAnimationStartTime);
61 DocumentAnimations::updateAnimationTimingForAnimationFrame(*documents[i], monotonicAnimationStartTime);
62 SVGDocumentExtensions::serviceOnAnimationFrame(*documents[i], monotonicAnimationStartTime);
66 documents[i]->serviceScriptedAnimations(monotonicAnimationStartTime);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocumentExtensions.cpp91 void SVGDocumentExtensions::serviceOnAnimationFrame(Document& document, double monotonicAnimationStartTime) argument
95 document.accessSVGExtensions().serviceAnimations(monotonicAnimationStartTime);
98 void SVGDocumentExtensions::serviceAnimations(double monotonicAnimationStartTime) argument
104 (*itr)->timeContainer()->serviceAnimations(monotonicAnimationStartTime);
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp342 void SMILTimeContainer::serviceAnimations(double monotonicAnimationStartTime) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp5226 void Document::serviceScriptedAnimations(double monotonicAnimationStartTime) argument
5230 m_scriptedAnimationController->serviceScriptedAnimations(monotonicAnimationStartTime);

Completed in 191 milliseconds