Searched refs:unschedule (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SMILTimeContainer.h | 53 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
|
D | SVGSMILElement.cpp | 206 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()
|
D | SMILTimeContainer.cpp | 99 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedNa… in unschedule() function in WebCore::SMILTimeContainer
|