TypeSVGLength 65 Source/core/animation/AnimatableSVGLength.h virtual AnimatableType type() const OVERRIDE { return TypeSVGLength; } TypeSVGLength 77 Source/core/animation/AnimatableValue.h bool isSVGLength() const { return type() == TypeSVGLength; }