Searched defs:AnimationPlayerCountedSet (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DActiveAnimations.h47 typedef WillBeHeapHashCountedSet<RawPtrWillBeWeakMember<AnimationPlayer> > AnimationPlayerCountedSet; typedef in namespace:blink
70 AnimationPlayerCountedSet& players() { return m_players; }
91 AnimationPlayerCountedSet m_players;

Completed in 64 milliseconds