Searched refs:animationPlayers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DElementAnimation.h94 WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > animationPlayers; local
97 return animationPlayers;
104 animationPlayers.append(it->key);
106 return animationPlayers;
H A DAnimationTimeline.cpp102 WillBeHeapVector<RefPtrWillBeMember<AnimationPlayer> > animationPlayers; local
105 animationPlayers.append(*it);
108 std::sort(animationPlayers.begin(), animationPlayers.end(), compareAnimationPlayers);
109 return animationPlayers;

Completed in 181 milliseconds