SMILTimeContainer.cpp | 99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) function in class:blink::SMILTimeContainer 376 // This boolean will catch any attempts to schedule/unschedule scheduledAnimations during this critical section. 377 // Similarly, any elements removed will unschedule themselves, so this will catch modification of animationsToApply.
|