Searched refs:monotonicAnimationStartTime (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDocumentTimeline.cpp63 void DocumentTimeline::serviceAnimations(double monotonicAnimationStartTime) argument
65 m_currentTime = monotonicAnimationStartTime;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.h117 void serviceScriptedAnimations(double monotonicAnimationStartTime);
H A DFrameView.cpp1991 void FrameView::serviceScriptedAnimations(double monotonicAnimationStartTime) argument
1998 frame->document()->timeline()->serviceAnimations(monotonicAnimationStartTime);
2006 documents[i]->serviceScriptedAnimations(monotonicAnimationStartTime);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h960 void serviceScriptedAnimations(double monotonicAnimationStartTime);
H A DDocument.cpp4673 void Document::serviceScriptedAnimations(double monotonicAnimationStartTime) argument
4677 m_scriptedAnimationController->serviceScriptedAnimations(monotonicAnimationStartTime);

Completed in 105 milliseconds