InterpolationIsNonContinuousWithZero   49 Source/core/animation/AnimatableDouble.cpp     return (m_constraint == InterpolationIsNonContinuousWithZero) && (!m_number || !other->m_number);
InterpolationIsNonContinuousWithZero   56 Source/core/animation/AnimatableDouble.cpp     if ((m_constraint == InterpolationIsNonContinuousWithZero) && (!m_number || !other->m_number))
InterpolationIsNonContinuousWithZero  332 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.flexGrow(), AnimatableDouble::InterpolationIsNonContinuousWithZero);
InterpolationIsNonContinuousWithZero  334 Source/core/animation/css/CSSAnimatableValueFactory.cpp         return createFromDouble(style.flexShrink(), AnimatableDouble::InterpolationIsNonContinuousWithZero);