Searched refs:animationsToApply (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSMILTimeContainer.cpp268 // Similarly, any elements removed will unschedule themselves, so this will catch modification of animationsToApply.
272 AnimationsVector animationsToApply; local
309 animationsToApply.append(resultElement);
312 unsigned animationsToApplySize = animationsToApply.size();
323 animationsToApply[i]->applyResultsToTarget();

Completed in 41 milliseconds