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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.h 53 PassRefPtr<RenderStyle> updateAnimations(RenderObject*, RenderStyle* newStyle);
AnimationControllerPrivate.h 64 void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc = DoNotCallSetNeedsStyleRecalc);
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)
  /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)
SMILTimeContainer.h 72 void updateAnimations(SMILTime elapsed, bool seekToTime = false);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp     [all...]

Completed in 444 milliseconds