Searched refs:updateAnimations (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SMILTimeContainer.cpp | 141 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
|
D | SMILTimeContainer.h | 72 void updateAnimations(SMILTime elapsed, bool seekToTime = false);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | AnimationController.cpp | 85 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
|
D | AnimationController.h | 53 PassRefPtr<RenderStyle> updateAnimations(RenderObject&, RenderStyle& newStyle);
|
D | AnimationControllerPrivate.h | 64 …void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc call…
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObject.cpp | 1802 setStyle(animation().updateAnimations(*this, *style)); in setAnimatableStyle()
|