Home
last modified time | relevance | path

Searched refs:scheduledAnimations (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp399 AnimationsVector scheduledAnimations; in updateAnimations() local
400 copyToVector(*scheduled, scheduledAnimations); in updateAnimations()
401 std::sort(scheduledAnimations.begin(), scheduledAnimations.end(), PriorityCompare(elapsed)); in updateAnimations()
404 …mationsVector::const_iterator itAnimation = scheduledAnimations.begin(), itAnimationEnd = schedule… in updateAnimations()