Searched refs:updateAnimations (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DAnimationController.h53 PassRefPtr<RenderStyle> updateAnimations(RenderObject&, RenderStyle& newStyle);
H A DAnimationControllerPrivate.h64 void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc = DoNotCallSetNeedsStyleRecalc);
H A DAnimationController.cpp85 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc/* = DoNotCallSetNeedsStyleRecalc*/) function in class:WebCore::AnimationControllerPrivate
140 updateAnimations(timeToNextService, timeToNextEvent, DoNotCallSetNeedsStyleRecalc);
243 updateAnimations(timeToNextService, timeToNextEvent, CallSetNeedsStyleRecalc);
446 PassRefPtr<RenderStyle> AnimationController::updateAnimations(RenderObject& renderer, RenderStyle& newStyle) function in class:WebCore::AnimationController
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp102 // Schedule updateAnimations() to be called asynchronously so multiple intervals
103 // can change with updateAnimations() only called once at the end.
139 // In this case pass on 'seekToTime=true' to updateAnimations().
141 updateAnimations(SMILTime(m_presetStartTime), m_presetStartTime ? true : false);
206 updateAnimations(time, true);
225 updateAnimations(elapsed());
262 void SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime) function in class:WebCore::SMILTimeContainer
H A DSMILTimeContainer.h72 void updateAnimations(SMILTime elapsed, bool seekToTime = false);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp1802 setStyle(animation().updateAnimations(*this, *style));

Completed in 197 milliseconds