TypeSVGPaint 69 Source/core/animation/AnimatableSVGPaint.h virtual AnimatableType type() const OVERRIDE { return TypeSVGPaint; } TypeSVGPaint 78 Source/core/animation/AnimatableValue.h bool isSVGPaint() const { return type() == TypeSVGPaint; }