TypeLengthPoint3D 62 Source/core/animation/AnimatableLengthPoint3D.h virtual AnimatableType type() const OVERRIDE { return TypeLengthPoint3D; } TypeLengthPoint3D 73 Source/core/animation/AnimatableValue.h bool isLengthPoint3D() const { return type() == TypeLengthPoint3D; }