TypeLength        100 Source/core/animation/AnimatableLength.h     virtual AnimatableType type() const OVERRIDE { return TypeLength; }
TypeLength         69 Source/core/animation/AnimatableValue.h     bool isLength() const { return type() == TypeLength; }