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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
SVGSMILElement.cpp 209 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
682 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
698 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
    [all...]
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.

Completed in 56 milliseconds