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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 115 typedef WillBeHeapLinkedHashSet<RawPtrWillBeWeakMember<SVGSMILElement> > AnimationsLinkedHashSet;
116 typedef WillBeHeapHashMap<ElementAttributePair, OwnPtrWillBeMember<AnimationsLinkedHashSet> > GroupedAnimationsMap;
SMILTimeContainer.cpp 88 OwnPtrWillBeMember<AnimationsLinkedHashSet>& scheduled = m_scheduledAnimations.add(key, nullptr).storedValue->value;
90 scheduled = adoptPtrWillBeNoop(new AnimationsLinkedHashSet);
110 AnimationsLinkedHashSet* scheduled = it->value.get();
112 AnimationsLinkedHashSet::iterator itAnimation = scheduled->find(animation);
244 AnimationsLinkedHashSet* scheduled = it->value.get();
245 for (AnimationsLinkedHashSet::const_iterator itAnimation = scheduled->begin(), itAnimationEnd = scheduled->end(); itAnimation != itAnimationEnd; ++itAnimation)
393 AnimationsLinkedHashSet* scheduled = it->value.get();

Completed in 44 milliseconds