Home
last modified time | relevance | path

Searched refs:addWith (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableColorTest.cpp72 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF012345)).addWith(Color(0xFF543210)).toColor().rgb(), 0xFF5… in TEST()
73 …EXPECT_EQ(AnimatableColorImpl(Color(0xFF808080)).addWith(Color(0xFF808080)).toColor().rgb(), 0xFFF… in TEST()
74 …EXPECT_EQ(AnimatableColorImpl(Color(0x80FFFFFF)).addWith(Color(0x80FFFFFF)).toColor().rgb(), 0xFFF… in TEST()
75 …EXPECT_EQ(AnimatableColorImpl(Color(0x40FFFFFF)).addWith(Color(0x40FFFFFF)).toColor().rgb(), 0x80F… in TEST()
76 …EXPECT_EQ(AnimatableColorImpl(Color(0x40004080)).addWith(Color(0x80804000)).toColor().rgb(), 0xC05… in TEST()
77 …EXPECT_EQ(AnimatableColorImpl(Color(0x10204080)).addWith(Color(0x104080C0)).toColor().rgb(), 0x203… in TEST()
DAnimatableColor.cpp70 AnimatableColorImpl AnimatableColorImpl::addWith(const AnimatableColorImpl& addend) const in addWith() function in WebCore::AnimatableColorImpl
98 PassRefPtr<AnimatableValue> AnimatableColor::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableColor
101 return create(m_color.addWith(color->m_color), in addWith()
102 m_visitedLinkColor.addWith(color->m_visitedLinkColor)); in addWith()
DAnimatableValue.cpp69 return left->addWith(right); in add()
74 PassRefPtr<AnimatableValue> AnimatableValue::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableValue
DAnimatableSVGPaint.cpp46 PassRefPtr<AnimatableValue> AnimatableSVGPaint::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableSVGPaint
51 …return AnimatableSVGPaint::create(SVGPaint::SVG_PAINTTYPE_RGBCOLOR, m_color.addWith(svgPaint->m_co… in addWith()
DAnimatableColor.h45 AnimatableColorImpl addWith(const AnimatableColorImpl&) const;
67 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableSVGLength.cpp43 PassRefPtr<AnimatableValue> AnimatableSVGLength::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableSVGLength
DAnimatableShadow.cpp42 PassRefPtr<AnimatableValue> AnimatableShadow::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableShadow
DAnimatableTransform.h50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableTransform.cpp47 PassRefPtr<AnimatableValue> AnimatableTransform::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableTransform
DAnimatableSVGLength.h55 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableFilterOperations.h50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableShadow.h50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableLengthPoint.cpp44 PassRefPtr<AnimatableValue> AnimatableLengthPoint::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthPoint
DAnimatableImage.h52 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableLengthBoxAndBool.cpp47 PassRefPtr<AnimatableValue> AnimatableLengthBoxAndBool::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthBoxAndBool
DAnimatableLengthSize.cpp44 PassRefPtr<AnimatableValue> AnimatableLengthSize::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthSize
DAnimatableDouble.cpp54 PassRefPtr<AnimatableValue> AnimatableDouble::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableDouble
DAnimatableDouble.h58 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableLengthBoxAndBool.h50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableLengthSize.h50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableLengthPoint.h50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableFilterOperations.cpp60 PassRefPtr<AnimatableValue> AnimatableFilterOperations::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableFilterOperations
DAnimatableRepeatable.h69 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
DAnimatableLengthBox.cpp46 PassRefPtr<AnimatableValue> AnimatableLengthBox::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthBox
DAnimatableSVGPaint.h57 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;

12