Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp88 …OwnPtrWillBeMember<AnimationsLinkedHashSet>& scheduled = m_scheduledAnimations.add(key, nullptr).s… in schedule()
108 GroupedAnimationsMap::iterator it = m_scheduledAnimations.find(key); in unschedule()
109 ASSERT(it != m_scheduledAnimations.end()); in unschedule()
117 m_scheduledAnimations.remove(it); in unschedule()
122 return !m_scheduledAnimations.isEmpty(); in hasAnimations()
239 GroupedAnimationsMap::iterator end = m_scheduledAnimations.end(); in setElapsed()
240 for (GroupedAnimationsMap::iterator it = m_scheduledAnimations.begin(); it != end; ++it) { in setElapsed()
387 …for (GroupedAnimationsMap::iterator it = m_scheduledAnimations.begin(), end = m_scheduledAnimation… in updateAnimations()
430 m_scheduledAnimations.removeAll(invalidKeys); in updateAnimations()
470 visitor->trace(m_scheduledAnimations); in trace()
DSMILTimeContainer.h117 GroupedAnimationsMap m_scheduledAnimations; variable