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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationStack.cpp59 void copyNewAnimationsToActiveInterpolationMap(const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& result) argument
61 for (size_t i = 0; i < newAnimations.size(); ++i) {
62 OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > sample = newAnimations[i]->sample(0);
93 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > AnimationStack::activeInterpolations(AnimationStack* animationStack, const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >* newAnimations, const WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority priority, double timelineCurrentTime) argument
112 if (newAnimations)
113 copyNewAnimationsToActiveInterpolationMap(*newAnimations, result);
H A DAnimationStackTest.cpp98 WillBeHeapVector<RawPtrWillBeMember<InertAnimation> > newAnimations; local
101 newAnimations.append(inert1.get());
102 newAnimations.append(inert2.get());
103 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), &newAnimations, 0, Animation::DefaultPriority, 10);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h102 const WillBeHeapVector<NewAnimation>& newAnimations() const { return m_newAnimations; } function in class:blink::FINAL

Completed in 120 milliseconds