Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.h114 typedef pair<RawPtrWillBeWeakMember<SVGElement>, QualifiedName> ElementAttributePair; typedef
116 …typedef WillBeHeapHashMap<ElementAttributePair, OwnPtrWillBeMember<AnimationsLinkedHashSet> > Grou…
DSMILTimeContainer.cpp87 ElementAttributePair key(target, attributeName); in schedule()
107 ElementAttributePair key(target, attributeName); in unschedule()
384 WillBeHeapHashSet<ElementAttributePair> invalidKeys; in updateAnimations()