interpolateTo 51 Source/core/animation/AnimatableClipPathOperation.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 111 Source/core/animation/AnimatableColor.cpp return create(m_color.interpolateTo(color->m_color, fraction), interpolateTo 112 Source/core/animation/AnimatableColor.cpp m_visitedLinkColor.interpolateTo(color->m_visitedLinkColor, fraction)); interpolateTo 44 Source/core/animation/AnimatableColor.h AnimatableColorImpl interpolateTo(const AnimatableColorImpl&, double fraction) const; interpolateTo 69 Source/core/animation/AnimatableColor.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 50 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFF00FF00), -10).toColor().rgb(), 0xFF00FF00); interpolateTo 51 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), -10).toColor().rgb(), 0xFF00FF00); interpolateTo 52 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 0).toColor().rgb(), 0xFF00FF00); interpolateTo 53 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 1. / 255).toColor().rgb(), 0xFF01FE01); interpolateTo 54 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 0.5).toColor().rgb(), 0xFF808080); interpolateTo 55 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 254. / 255).toColor().rgb(), 0xFFFE01FE); interpolateTo 56 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 1).toColor().rgb(), 0xFFFF00FF); interpolateTo 57 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF00FF00)).interpolateTo(Color(0xFFFF00FF), 10).toColor().rgb(), 0xFFFF00FF); interpolateTo 59 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF001020)).interpolateTo(Color(0xFF4080C0), 3. / 16).toColor().rgb(), 0xFF0C253E); interpolateTo 61 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x0000FF00)).interpolateTo(Color(0xFFFF00FF), 0.5).toColor().rgb(), 0x80FF00FF); interpolateTo 62 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x4000FF00)).interpolateTo(Color(0x80FF00FF), 0.5).toColor().rgb(), 0x60AA55AAu); interpolateTo 63 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x40FF00FF)).interpolateTo(Color(0x80FFFFFF), 0.5).toColor().rgb(), 0x60FFAAFFu); interpolateTo 65 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x10204080)).interpolateTo(Color(0x104080C0), 0.5).toColor().rgb(), 0x103060A0u); interpolateTo 59 Source/core/animation/AnimatableDouble.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableFilterOperations.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 52 Source/core/animation/AnimatableImage.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 81 Source/core/animation/AnimatableLength.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 53 Source/core/animation/AnimatableLengthBox.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableLengthBoxAndBool.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableLengthPoint.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 52 Source/core/animation/AnimatableLengthPoint3D.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableLengthSize.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 46 Source/core/animation/AnimatableNeutral.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) const OVERRIDE interpolateTo 72 Source/core/animation/AnimatableRepeatable.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 56 Source/core/animation/AnimatableSVGLength.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 47 Source/core/animation/AnimatableSVGPaint.cpp return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.interpolateTo(svgPaint->m_color, fraction), String()); interpolateTo 58 Source/core/animation/AnimatableSVGPaint.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableShadow.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableShapeValue.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 53 Source/core/animation/AnimatableStrokeDasharrayList.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 51 Source/core/animation/AnimatableTransform.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; interpolateTo 62 Source/core/animation/AnimatableUnknown.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue* value, double fraction) const OVERRIDE interpolateTo 64 Source/core/animation/AnimatableValue.cpp return left->interpolateTo(right, fraction); interpolateTo 120 Source/core/animation/AnimatableValue.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const = 0; interpolateTo 52 Source/core/animation/AnimatableVisibility.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE;