HomeSort by relevance Sort by last modified time
    Searched refs:m_scheduledAnimations (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 88 OwnPtrWillBeMember<AnimationsLinkedHashSet>& scheduled = m_scheduledAnimations.add(key, nullptr).storedValue->value;
108 GroupedAnimationsMap::iterator it = m_scheduledAnimations.find(key);
109 ASSERT(it != m_scheduledAnimations.end());
117 m_scheduledAnimations.remove(it);
122 return !m_scheduledAnimations.isEmpty();
239 GroupedAnimationsMap::iterator end = m_scheduledAnimations.end();
240 for (GroupedAnimationsMap::iterator it = m_scheduledAnimations.begin(); it != end; ++it) {
387 for (GroupedAnimationsMap::iterator it = m_scheduledAnimations.begin(), end = m_scheduledAnimations.end(); it != end; ++it) {
430 m_scheduledAnimations.removeAll(invalidKeys)
    [all...]
SMILTimeContainer.h 117 GroupedAnimationsMap m_scheduledAnimations;

Completed in 153 milliseconds