Searched refs:InertAnimation (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInertAnimation.cpp32 #include "core/animation/InertAnimation.h"
37 PassRefPtrWillBeRawPtr<InertAnimation> InertAnimation::create(PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing, bool paused)
39 return adoptRefWillBeNoop(new InertAnimation(effect, timing, paused));
42 InertAnimation::InertAnimation(PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing, bool paused) function in class:blink::InertAnimation
49 PassOwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation> > > InertAnimation::sample(double inheritedTime)
61 double InertAnimation::calculateTimeToEffectChange(bool, double, double) const
66 void InertAnimation::trace(Visitor* visitor)
H A DInertAnimation.h40 class InertAnimation FINAL : public AnimationNode {
42 static PassRefPtrWillBeRawPtr<InertAnimation> create(PassRefPtrWillBeRawPtr<AnimationEffect>, const Timing&, bool paused);
54 InertAnimation(PassRefPtrWillBeRawPtr<AnimationEffect>, const Timing&, bool paused);
H A DAnimationStack.h44 class InertAnimation;
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 DAnimationStackTest.cpp59 PassRefPtrWillBeRawPtr<InertAnimation> makeInertAnimation(PassRefPtrWillBeRawPtr<AnimationEffect> effect)
63 return InertAnimation::create(effect, timing, false);
98 WillBeHeapVector<RawPtrWillBeMember<InertAnimation> > newAnimations;
99 RefPtrWillBeRawPtr<InertAnimation> inert1 = makeInertAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3)));
100 RefPtrWillBeRawPtr<InertAnimation> inert2 = makeInertAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(4)));
H A DAnimationStack.cpp59 void copyNewAnimationsToActiveInterpolationMap(const WillBeHeapVector<RawPtrWillBeMember<InertAnimation> >& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >& result)
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)
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.h36 #include "core/animation/InertAnimation.h"
57 void startAnimation(AtomicString& animationName, PassRefPtrWillBeRawPtr<InertAnimation> animation)
77 void startTransition(CSSPropertyID id, CSSPropertyID eventId, const AnimatableValue* from, const AnimatableValue* to, PassRefPtrWillBeRawPtr<InertAnimation> animation)
100 RefPtrWillBeMember<InertAnimation> animation;
121 RefPtrWillBeMember<InertAnimation> animation;
H A DCSSAnimations.cpp284 update->startAnimation(animationName, InertAnimation::create(AnimatableValueKeyframeEffectModel::create(resolvedKeyframes), timing, isPaused));
329 const InertAnimation* inertAnimation = iter->animation.get();
366 InertAnimation* inertAnimation = newTransition.animation.get();
385 RefPtrWillBeRawPtr<InertAnimation> inertAnimationForSampling = InertAnimation::create(oldAnimation->effect(), oldAnimation->specifiedTiming(), false);
449 update->startTransition(id, eventId, from.get(), to.get(), InertAnimation::create(effect, timing, false));
552 WillBeHeapVector<RawPtrWillBeMember<InertAnimation> > newAnimations;
569 WillBeHeapVector<RawPtrWillBeMember<InertAnimation> > newTransitions;
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.linux-arm.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.linux-mips.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.linux-x86.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \
H A Dwebcore_remaining.target.linux-x86_64.mk91 third_party/WebKit/Source/core/animation/InertAnimation.cpp \

Completed in 686 milliseconds