Searched refs:AnimatableLengthBox (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableLengthBox.cpp32 #include "core/animation/AnimatableLengthBox.h"
36 PassRefPtr<AnimatableValue> AnimatableLengthBox::interpolateTo(const AnimatableValue* value, double fraction) const
38 const AnimatableLengthBox* lengthBox = toAnimatableLengthBox(value);
39 return AnimatableLengthBox::create(
46 PassRefPtr<AnimatableValue> AnimatableLengthBox::addWith(const AnimatableValue* value) const
48 const AnimatableLengthBox* lengthBox = toAnimatableLengthBox(value);
49 return AnimatableLengthBox::create(
56 bool AnimatableLengthBox::equalTo(const AnimatableValue* value) const
58 const AnimatableLengthBox* lengthBox = toAnimatableLengthBox(value);
H A DAnimatableLengthBox.h38 class AnimatableLengthBox : public AnimatableValue { class in namespace:WebCore
40 virtual ~AnimatableLengthBox() { }
41 static PassRefPtr<AnimatableLengthBox> create(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom)
43 return adoptRef(new AnimatableLengthBox(left, right, top, bottom));
55 AnimatableLengthBox(PassRefPtr<AnimatableValue> left, PassRefPtr<AnimatableValue> right, PassRefPtr<AnimatableValue> top, PassRefPtr<AnimatableValue> bottom) function in class:WebCore::AnimatableLengthBox
71 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableLengthBox, isLengthBox());
H A DAnimatableValueTestHelper.h44 #include "core/animation/AnimatableLengthBox.h"
74 void PrintTo(const AnimatableLengthBox&, ::std::ostream*);
H A DAnimatableValueTestHelperTest.cpp84 ::std::string("AnimatableLengthBox(AnimatableLength(1px), AnimatableLength(2em), AnimatableLength(3rem), AnimatableLength(4pt))"),
85 PrintToString(AnimatableLengthBox::create(
H A DAnimatableValueTestHelper.cpp71 void PrintTo(const AnimatableLengthBox& animLengthBox, ::std::ostream* os)
73 *os << "AnimatableLengthBox(";
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp41 #include "core/animation/AnimatableLengthBox.h"
118 return AnimatableLengthBox::create(
134 return AnimatableLengthBox::create(
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp40 #include "core/animation/AnimatableLengthBox.h"
94 const AnimatableLengthBox* animatableLengthBox = toAnimatableLengthBox(value);
104 const AnimatableLengthBox* animatableLengthBox = toAnimatableLengthBox(value);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk62 third_party/WebKit/Source/core/animation/AnimatableLengthBox.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk62 third_party/WebKit/Source/core/animation/AnimatableLengthBox.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk62 third_party/WebKit/Source/core/animation/AnimatableLengthBox.cpp \
H A Dwebcore_remaining.target.linux-arm.mk62 third_party/WebKit/Source/core/animation/AnimatableLengthBox.cpp \
H A Dwebcore_remaining.target.linux-mips.mk62 third_party/WebKit/Source/core/animation/AnimatableLengthBox.cpp \
H A Dwebcore_remaining.target.linux-x86.mk62 third_party/WebKit/Source/core/animation/AnimatableLengthBox.cpp \

Completed in 206 milliseconds