Searched refs:AnimationStack (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationStack.h46 class AnimationStack { class in namespace:blink
48 WTF_MAKE_NONCOPYABLE(AnimationStack);
50 AnimationStack();
56 static WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolations(AnimationStack*, const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >* newAnimations, const WillBeHeapHashSet<RawPtrWillBeMember<const AnimationPlayer> >* cancelledAnimationPlayers, Animation::Priority, double timelineCurrentTime);
H A DAnimationStack.cpp32 #include "core/animation/AnimationStack.h"
71 AnimationStack::AnimationStack() function in class:blink::AnimationStack
75 bool AnimationStack::affects(CSSPropertyID property) const
84 bool AnimationStack::hasActiveAnimationsOnCompositor(CSSPropertyID property) const
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)
118 void AnimationStack::simplifyEffects()
144 void AnimationStack::trace(Visitor* visitor)
149 bool AnimationStack
[all...]
H A DActiveAnimations.h34 #include "core/animation/AnimationStack.h"
61 AnimationStack& defaultStack() { return m_defaultStack; }
62 const AnimationStack& defaultStack() const { return m_defaultStack; }
89 AnimationStack m_defaultStack;
H A DAnimationStackTest.cpp6 #include "core/animation/AnimationStack.h"
89 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
103 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), &newAnimations, 0, Animation::DefaultPriority, 10);
115 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > result = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, &cancelledAnimationPlayers, Animation::DefaultPriority, 0);
130 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
137 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
143 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
149 interpolations = AnimationStack::activeInterpolations(&element->activeAnimations()->defaultStack(), 0, 0, Animation::DefaultPriority, 0);
H A DAnimation.cpp138 static AnimationStack& ensureAnimationStack(Element* element)
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp544 AnimationStack* animationStack = activeAnimations ? &activeAnimations->defaultStack() : 0;
547 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(AnimationStack::activeInterpolations(animationStack, 0, 0, Animation::DefaultPriority, timelineCurrentTime));
556 WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> > activeInterpolationsForAnimations(AnimationStack::activeInterpolations(animationStack, &newAnimations, &update->cancelledAnimationAnimationPlayers(), Animation::DefaultPriority, timelineCurrentTime));
563 AnimationStack* animationStack = activeAnimations ? &activeAnimations->defaultStack() : 0;
567 activeInterpolationsForTransitions = AnimationStack::activeInterpolations(animationStack, 0, 0, Animation::TransitionPriority, timelineCurrentTime);
583 activeInterpolationsForTransitions = AnimationStack::activeInterpolations(animationStack, &newTransitions, &cancelledAnimationPlayers, Animation::TransitionPriority, timelineCurrentTime);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.linux-arm.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.linux-mips.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.linux-x86.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
H A Dwebcore_remaining.target.linux-x86_64.mk84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \

Completed in 189 milliseconds