createAnimation 86 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState); createAnimation 116 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, duration, exceptionState); createAnimation 124 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, exceptionState); createAnimation 131 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, -2, exceptionState); createAnimation 152 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState); createAnimation 172 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState); createAnimation 192 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState); createAnimation 212 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, 0, exceptionState); createAnimation 233 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, timingInputDictionary, exceptionState); createAnimation 254 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animationWithDuration = createAnimation(element.get(), jsKeyframes, timingInputDictionaryWithDuration, exceptionState); createAnimation 271 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animationNoDuration = createAnimation(element.get(), jsKeyframes, timingInputDictionaryNoDuration, exceptionState); createAnimation 290 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, timingInputDictionary, exceptionState); createAnimation 332 Source/core/animation/AnimationTest.cpp RefPtr<Animation> animation = createAnimation(element.get(), jsKeyframes, timingInputDictionary, exceptionState); createAnimation 493 Source/core/animation/CompositorAnimations.cpp OwnPtr<blink::WebAnimation> animation = adoptPtr(blink::Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty)); createAnimation 568 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 615 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 668 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 717 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 776 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 836 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 886 Source/core/animation/CompositorAnimationsTest.cpp usesMockCurve += EXPECT_CALL(mockCompositor, createAnimation(Ref(*mockCurvePtr), blink::WebAnimation::TargetPropertyOpacity, _)) createAnimation 122 Source/core/animation/CompositorAnimationsTestHelper.h MOCK_METHOD3(createAnimation, blink::WebAnimation*(const blink::WebAnimationCurve& curve, blink::WebAnimation::TargetProperty target, int animationId)); createAnimation 104 Source/platform/graphics/GraphicsLayerTest.cpp OwnPtr<WebAnimation> floatAnimation(adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, WebAnimation::TargetPropertyOpacity))); createAnimation 295 Source/web/LinkHighlight.cpp OwnPtr<WebAnimation> animation = adoptPtr(compositorSupport->createAnimation(*curve, WebAnimation::TargetPropertyOpacity)); createAnimation 87 public/platform/WebCompositorSupport.h virtual WebAnimation* createAnimation(const WebAnimationCurve&, WebAnimation::TargetProperty, int animationId = 0) { return 0; }