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/page/animation/
AnimationControllerPrivate.h 64 void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc = DoNotCallSetNeedsStyleRecalc);
111 void scheduleService(double timeToNextService, double timeToNextEvent);
AnimationController.cpp 86 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc/* = DoNotCallSetNeedsStyleRecalc*/)
99 double nextEvent = compAnim->timeToNextEvent();
119 timeToNextEvent = minTimeToNextEvent;
125 double timeToNextEvent = -1;
130 timeToNextEvent = compAnim->timeToNextEvent();
134 scheduleService(timeToNextService, timeToNextEvent);
140 double timeToNextEvent = -1;
141 updateAnimations(timeToNextService, timeToNextEvent, DoNotCallSetNeedsStyleRecalc);
142 scheduleService(timeToNextService, timeToNextEvent);
    [all...]
CompositeAnimation.h 60 double timeToNextEvent() const;
CompositeAnimation.cpp 360 double CompositeAnimation::timeToNextEvent() const

Completed in 471 milliseconds