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

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
AnimationControllerPrivate.h 55 CallSetNeedsStyleRecalc = 1
64 void updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc = DoNotCallSetNeedsStyleRecalc);
AnimationController.cpp 85 void AnimationControllerPrivate::updateAnimations(double& timeToNextService, double& timeToNextEvent, SetNeedsStyleRecalc callSetNeedsStyleRecalc/* = DoNotCallSetNeedsStyleRecalc*/)
101 if (callSetNeedsStyleRecalc == CallSetNeedsStyleRecalc) {
243 updateAnimations(timeToNextService, timeToNextEvent, CallSetNeedsStyleRecalc);

Completed in 24 milliseconds