makeAnimation      62 Source/core/animation/AnimationPlayerTest.cpp         player->setSource(makeAnimation().get());
makeAnimation     207 Source/core/animation/AnimationPlayerTest.cpp     player->setSource(makeAnimation().get());
makeAnimation     308 Source/core/animation/AnimationPlayerTest.cpp     player->setSource(makeAnimation().get());
makeAnimation     579 Source/core/animation/AnimationPlayerTest.cpp     RefPtr<TimedItem> source1 = makeAnimation();
makeAnimation     580 Source/core/animation/AnimationPlayerTest.cpp     RefPtr<TimedItem> source2 = makeAnimation();
makeAnimation     595 Source/core/animation/AnimationPlayerTest.cpp     player->setSource(makeAnimation(10).get());
makeAnimation     605 Source/core/animation/AnimationPlayerTest.cpp     player->setSource(makeAnimation(60).get());
makeAnimation      76 Source/core/animation/AnimationStackTest.cpp     play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 10);
makeAnimation      77 Source/core/animation/AnimationStackTest.cpp     play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(2))).get(), 15);
makeAnimation      78 Source/core/animation/AnimationStackTest.cpp     play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(3))).get(), 5);
makeAnimation      86 Source/core/animation/AnimationStackTest.cpp     play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 15);
makeAnimation      87 Source/core/animation/AnimationStackTest.cpp     play(makeAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(2))).get(), 10);
makeAnimation     102 Source/core/animation/AnimationStackTest.cpp     cancelledAnimationPlayers.add(play(makeAnimation(makeAnimationEffect(CSSPropertyFontSize, AnimatableDouble::create(1))).get(), 0));
makeAnimation     103 Source/core/animation/AnimationStackTest.cpp     play(makeAnimation(makeAnimationEffect(CSSPropertyZIndex, AnimatableDouble::create(2))).get(), 0);