HomeSort by relevance Sort by last modified time
    Searched defs:updateAnimations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 102 // 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)
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.cpp 86 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc/* = DoNotCallSetNeedsStyleRecalc*/)
141 updateAnimations(timeToNextService, timeToNextEvent, DoNotCallSetNeedsStyleRecalc);
240 updateAnimations(timeToNextService, timeToNextEvent, CallSetNeedsStyleRecalc);
495 PassRefPtr<RenderStyle> AnimationController::updateAnimations(RenderObject* renderer, RenderStyle* newStyle)

Completed in 49 milliseconds