Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.h51 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
DSMILTimeContainer.cpp84 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedNa… in unschedule() function in WebCore::SMILTimeContainer
DSVGSMILElement.cpp193 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); in ~SVGSMILElement()
623 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); in setAttributeName()
639 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); in setTargetElement()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp150 void unschedule(NamedFlow*);
174 void UpdateRegionLayoutTask::unschedule(NamedFlow* namedFlow) in unschedule() function in WebCore::UpdateRegionLayoutTask
211 void unschedule(NamedFlow*);
235 void ChangeRegionOversetTask::unschedule(NamedFlow* namedFlow) in unschedule() function in WebCore::ChangeRegionOversetTask
766 m_updateRegionLayoutTask->unschedule(namedFlow); in willRemoveNamedFlow()