Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp141 updateAnimations(SMILTime(m_presetStartTime), m_presetStartTime ? true : false); in begin()
206 updateAnimations(time, true); in setElapsed()
225 updateAnimations(elapsed()); in timerFired()
262 void SMILTimeContainer::updateAnimations(SMILTime elapsed, bool seekToTime) in updateAnimations() function in WebCore::SMILTimeContainer
DSMILTimeContainer.h72 void updateAnimations(SMILTime elapsed, bool seekToTime = false);
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DAnimationController.cpp85 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEven… in updateAnimations() function in WebCore::AnimationControllerPrivate
140 updateAnimations(timeToNextService, timeToNextEvent, DoNotCallSetNeedsStyleRecalc); in scheduleService()
243 updateAnimations(timeToNextService, timeToNextEvent, CallSetNeedsStyleRecalc); in serviceAnimations()
446 PassRefPtr<RenderStyle> AnimationController::updateAnimations(RenderObject& renderer, RenderStyle& … in updateAnimations() function in WebCore::AnimationController
DAnimationController.h53 PassRefPtr<RenderStyle> updateAnimations(RenderObject&, RenderStyle& newStyle);
DAnimationControllerPrivate.h64 …void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc call…
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1802 setStyle(animation().updateAnimations(*this, *style)); in setAnimatableStyle()