TypeLengthBox 64 Source/core/animation/AnimatableLengthBox.h virtual AnimatableType type() const OVERRIDE { return TypeLengthBox; } TypeLengthBox 70 Source/core/animation/AnimatableValue.h bool isLengthBox() const { return type() == TypeLengthBox; }