Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.h53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
DSVGSMILElement.cpp206 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); in ~SVGSMILElement()
673 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); in setAttributeName()
689 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); in setTargetElement()
DSMILTimeContainer.cpp99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedNa… in unschedule() function in WebCore::SMILTimeContainer