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

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationController.cpp 85 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc/* = DoNotCallSetNeedsStyleRecalc*/)
98 double nextEvent = compAnim->timeToNextEvent();
118 timeToNextEvent = minTimeToNextEvent;
124 double timeToNextEvent = -1;
129 timeToNextEvent = compAnim->timeToNextEvent();
133 scheduleService(timeToNextService, timeToNextEvent);
139 double timeToNextEvent = -1;
140 updateAnimations(timeToNextService, timeToNextEvent, DoNotCallSetNeedsStyleRecalc);
141 scheduleService(timeToNextService, timeToNextEvent);
    [all...]
AnimationControllerPrivate.h 64 void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc = DoNotCallSetNeedsStyleRecalc);
106 void scheduleService(double timeToNextService, double timeToNextEvent);
CompositeAnimation.h 60 double timeToNextEvent() const;
CompositeAnimation.cpp 358 double CompositeAnimation::timeToNextEvent() const

Completed in 146 milliseconds