Searched refs:m_scheduledAnimations (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp71 m_scheduledAnimations.add(animation);
79 m_scheduledAnimations.remove(animation);
230 copyToVector(m_scheduledAnimations, toAnimate);
294 m_scheduledAnimations.remove(animation);
295 if (m_scheduledAnimations.isEmpty())
H A DSMILTimeContainer.h92 TimingElementSet m_scheduledAnimations; member in class:WebCore::SMILTimeContainer

Completed in 95 milliseconds