Searched refs:unschedule (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
H A D | SMILTimeContainer.h | 51 void unschedule(SVGSMILElement*, SVGElement*, const QualifiedName&);
|
H A D | SMILTimeContainer.cpp | 84 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) function in class:WebCore::SMILTimeContainer 267 // This boolean will catch any attempts to schedule/unschedule scheduledAnimations during this critical section. 268 // Similarly, any elements removed will unschedule themselves, so this will catch modification of animationsToApply.
|
H A D | SVGSMILElement.cpp | 193 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); 623 m_timeContainer->unschedule(this, m_targetElement, m_attributeName); 639 m_timeContainer->unschedule(this, m_targetElement, m_attributeName);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
H A D | InspectorCSSAgent.cpp | 150 void unschedule(NamedFlow*); 174 void UpdateRegionLayoutTask::unschedule(NamedFlow* namedFlow) function in class:WebCore::UpdateRegionLayoutTask 211 void unschedule(NamedFlow*); 235 void ChangeRegionOversetTask::unschedule(NamedFlow* namedFlow) function in class:WebCore::ChangeRegionOversetTask 766 m_updateRegionLayoutTask->unschedule(namedFlow);
|
Completed in 433 milliseconds