createReplaceOpKeyframe  159 Source/core/animation/CompositorAnimationsTest.cpp         RefPtrWillBeRawPtr<AnimatableValueKeyframe> keyframe = createReplaceOpKeyframe(id, value.get(), offset);
createReplaceOpKeyframe  179 Source/core/animation/CompositorAnimationsTest.cpp             frames->append(createReplaceOpKeyframe(CSSPropertyOpacity, value.get(), offset).get());
createReplaceOpKeyframe  237 Source/core/animation/CompositorAnimationsTest.cpp     RefPtrWillBeRawPtr<AnimatableValueKeyframe> goodKeyframe = createReplaceOpKeyframe(CSSPropertyTransform, AnimatableTransform::create(ops).get());
createReplaceOpKeyframe  241 Source/core/animation/CompositorAnimationsTest.cpp     RefPtrWillBeRawPtr<AnimatableValueKeyframe> badKeyframe = createReplaceOpKeyframe(CSSPropertyTransform, AnimatableTransform::create(ops).get());
createReplaceOpKeyframe  247 Source/core/animation/CompositorAnimationsTest.cpp     RefPtrWillBeRawPtr<AnimatableValueKeyframe> badKeyframe2 = createReplaceOpKeyframe(CSSPropertyTransform, AnimatableTransform::create(ops2).get());
createReplaceOpKeyframe  549 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0),
createReplaceOpKeyframe  550 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));
createReplaceOpKeyframe  594 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0),
createReplaceOpKeyframe  595 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));
createReplaceOpKeyframe  641 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0),
createReplaceOpKeyframe  642 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(-1.0).get(), 0.25),
createReplaceOpKeyframe  643 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(20.0).get(), 0.5),
createReplaceOpKeyframe  644 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));
createReplaceOpKeyframe  694 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0),
createReplaceOpKeyframe  695 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));
createReplaceOpKeyframe  743 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0));
createReplaceOpKeyframe  744 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(-1.0).get(), 0.25));
createReplaceOpKeyframe  745 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(20.0).get(), 0.5));
createReplaceOpKeyframe  746 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));
createReplaceOpKeyframe  804 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0));
createReplaceOpKeyframe  805 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(-1.0).get(), 0.25));
createReplaceOpKeyframe  806 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(20.0).get(), 0.5));
createReplaceOpKeyframe  807 Source/core/animation/CompositorAnimationsTest.cpp     frames.append(createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));
createReplaceOpKeyframe  862 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(2.0).get(), 0),
createReplaceOpKeyframe  863 Source/core/animation/CompositorAnimationsTest.cpp         createReplaceOpKeyframe(CSSPropertyOpacity, AnimatableDouble::create(5.0).get(), 1.0));