HomeSort by relevance Sort by last modified time
    Searched refs:AnimationStack (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStack.h 46 class AnimationStack {
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);
ActiveAnimations.h 34 #include "core/animation/AnimationStack.h"
61 AnimationStack& defaultStack() { return m_defaultStack; }
62 const AnimationStack& defaultStack() const { return m_defaultStack; }
89 AnimationStack m_defaultStack;
AnimationStack.cpp 32 #include "core/animation/AnimationStack.h"
71 AnimationStack::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)
99 if (animationStack) {
100 WillBeHeapVector<OwnPtrWillBeMember<SampledEffect> >& effects = animationStack->m_effects
    [all...]
AnimationStackTest.cpp 6 #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);
Animation.cpp 138 static AnimationStack& ensureAnimationStack(Element* element)
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 544 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)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 84 third_party/WebKit/Source/core/animation/AnimationStack.cpp \
    [all...]

Completed in 703 milliseconds