Searched refs:AnimatableLengthBoxAndBool (Results 1 - 15 of 15) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthBoxAndBool.cpp32 #include "core/animation/animatable/AnimatableLengthBoxAndBool.h"
36 bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(const AnimatableValue* value) const
38 const AnimatableLengthBoxAndBool* lengthBox = toAnimatableLengthBoxAndBool(value);
44 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthBoxAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
46 const AnimatableLengthBoxAndBool* lengthBox = toAnimatableLengthBoxAndBool(value);
48 return AnimatableLengthBoxAndBool::create(
55 bool AnimatableLengthBoxAndBool::equalTo(const AnimatableValue* value) const
57 const AnimatableLengthBoxAndBool* lengthBox = toAnimatableLengthBoxAndBool(value);
61 void AnimatableLengthBoxAndBool::trace(Visitor* visitor)
H A DAnimatableLengthBoxAndBool.h38 class AnimatableLengthBoxAndBool FINAL : public AnimatableValue {
40 virtual ~AnimatableLengthBoxAndBool() { }
41 static PassRefPtrWillBeRawPtr<AnimatableLengthBoxAndBool> create(PassRefPtrWillBeRawPtr<AnimatableValue> box, bool flag)
43 return adoptRefWillBeNoop(new AnimatableLengthBoxAndBool(box, flag));
55 AnimatableLengthBoxAndBool(PassRefPtrWillBeRawPtr<AnimatableValue> box, bool flag) function in class:blink::FINAL
67 DEFINE_ANIMATABLE_VALUE_TYPE_CASTS(AnimatableLengthBoxAndBool, isLengthBoxAndBool());
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimatableValueFactory.cpp42 #include "core/animation/animatable/AnimatableLengthBoxAndBool.h"
136 return AnimatableLengthBoxAndBool::create(
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_remaining.target.darwin-arm.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.darwin-arm64.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.darwin-mips.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.darwin-mips64.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.darwin-x86.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.darwin-x86_64.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.linux-arm.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.linux-arm64.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.linux-mips.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.linux-mips64.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.linux-x86.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \
H A Dwebcore_remaining.target.linux-x86_64.mk64 third_party/WebKit/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp \

Completed in 261 milliseconds