TypeRepeatable 75 Source/core/animation/AnimatableRepeatable.h virtual AnimatableType type() const OVERRIDE { return TypeRepeatable; } TypeRepeatable 76 Source/core/animation/AnimatableValue.h bool isRepeatable() const { return type() == TypeRepeatable; }