/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableColorTest.cpp | 72 …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()
|
D | AnimatableColor.cpp | 70 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()
|
D | AnimatableValue.cpp | 69 return left->addWith(right); in add() 74 PassRefPtr<AnimatableValue> AnimatableValue::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableValue
|
D | AnimatableSVGPaint.cpp | 46 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()
|
D | AnimatableColor.h | 45 AnimatableColorImpl addWith(const AnimatableColorImpl&) const; 67 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableSVGLength.cpp | 43 PassRefPtr<AnimatableValue> AnimatableSVGLength::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableSVGLength
|
D | AnimatableShadow.cpp | 42 PassRefPtr<AnimatableValue> AnimatableShadow::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableShadow
|
D | AnimatableTransform.h | 50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableTransform.cpp | 47 PassRefPtr<AnimatableValue> AnimatableTransform::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableTransform
|
D | AnimatableSVGLength.h | 55 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableFilterOperations.h | 50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableShadow.h | 50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableLengthPoint.cpp | 44 PassRefPtr<AnimatableValue> AnimatableLengthPoint::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthPoint
|
D | AnimatableImage.h | 52 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableLengthBoxAndBool.cpp | 47 PassRefPtr<AnimatableValue> AnimatableLengthBoxAndBool::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthBoxAndBool
|
D | AnimatableLengthSize.cpp | 44 PassRefPtr<AnimatableValue> AnimatableLengthSize::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthSize
|
D | AnimatableDouble.cpp | 54 PassRefPtr<AnimatableValue> AnimatableDouble::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableDouble
|
D | AnimatableDouble.h | 58 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableLengthBoxAndBool.h | 50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableLengthSize.h | 50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableLengthPoint.h | 50 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableFilterOperations.cpp | 60 PassRefPtr<AnimatableValue> AnimatableFilterOperations::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableFilterOperations
|
D | AnimatableRepeatable.h | 69 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|
D | AnimatableLengthBox.cpp | 46 PassRefPtr<AnimatableValue> AnimatableLengthBox::addWith(const AnimatableValue* value) const in addWith() function in WebCore::AnimatableLengthBox
|
D | AnimatableSVGPaint.h | 57 virtual PassRefPtr<AnimatableValue> addWith(const AnimatableValue*) const OVERRIDE;
|