addWith 118 Source/core/animation/AnimatableColor.cpp return create(m_color.addWith(color->m_color), addWith 119 Source/core/animation/AnimatableColor.cpp m_visitedLinkColor.addWith(color->m_visitedLinkColor)); addWith 45 Source/core/animation/AnimatableColor.h AnimatableColorImpl addWith(const AnimatableColorImpl&) const; addWith 70 Source/core/animation/AnimatableColor.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 70 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF012345)).addWith(Color(0xFF543210)).toColor().rgb(), 0xFF555555); addWith 71 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0xFF808080)).addWith(Color(0xFF808080)).toColor().rgb(), 0xFFFFFFFF); addWith 72 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x80FFFFFF)).addWith(Color(0x80FFFFFF)).toColor().rgb(), 0xFFFFFFFF); addWith 73 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x40FFFFFF)).addWith(Color(0x40FFFFFF)).toColor().rgb(), 0x80FFFFFF); addWith 74 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x40004080)).addWith(Color(0x80804000)).toColor().rgb(), 0xC055402B); addWith 75 Source/core/animation/AnimatableColorTest.cpp EXPECT_EQ(AnimatableColorImpl(Color(0x10204080)).addWith(Color(0x104080C0)).toColor().rgb(), 0x203060A0u); addWith 60 Source/core/animation/AnimatableDouble.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 52 Source/core/animation/AnimatableFilterOperations.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 53 Source/core/animation/AnimatableImage.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 82 Source/core/animation/AnimatableLength.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 54 Source/core/animation/AnimatableLengthBox.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 52 Source/core/animation/AnimatableLengthBoxAndBool.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 52 Source/core/animation/AnimatableLengthPoint.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 53 Source/core/animation/AnimatableLengthPoint3D.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 52 Source/core/animation/AnimatableLengthSize.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 73 Source/core/animation/AnimatableRepeatable.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE FINAL; addWith 57 Source/core/animation/AnimatableSVGLength.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 57 Source/core/animation/AnimatableSVGPaint.cpp return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.addWith(svgPaint->m_color), String()); addWith 59 Source/core/animation/AnimatableSVGPaint.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 52 Source/core/animation/AnimatableShadow.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 52 Source/core/animation/AnimatableTransform.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE; addWith 80 Source/core/animation/AnimatableValue.cpp return left->addWith(right); addWith 124 Source/core/animation/AnimatableValue.h virtual PassRefPtrWillBeRawPtr<AnimatableValue> addWith(const AnimatableValue*) const;