TypeNeutral 54 Source/core/animation/AnimatableNeutral.h virtual AnimatableType type() const OVERRIDE { return TypeNeutral; } TypeNeutral 75 Source/core/animation/AnimatableValue.h bool isNeutral() const { return type() == TypeNeutral; }