HomeSort by relevance Sort by last modified time
    Searched defs:AnimationStack (Results 1 - 2 of 2) 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);
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...]

Completed in 132 milliseconds