TypeLengthPoint 60 Source/core/animation/AnimatableLengthPoint.h virtual AnimatableType type() const OVERRIDE { return TypeLengthPoint; } TypeLengthPoint 72 Source/core/animation/AnimatableValue.h bool isLengthPoint() const { return type() == TypeLengthPoint; }