AllValues 145 Source/core/animation/AnimatableLength.cpp return CSSCalcValue::createExpressionNode(toCSSPrimitiveValue(AllValues), m_number == trunc(m_number)); AllValues 151 Source/core/animation/AnimatableLength.cpp if (range == AllValues) AllValues 162 Source/core/animation/AnimatableLength.cpp m_cachedCSSPrimitiveValue = CSSPrimitiveValue::create(CSSCalcValue::create(m_calcExpression, range == AllValues ? ValueRangeAll : ValueRangeNonNegative)); AllValues 75 Source/core/animation/AnimatableLength.h PassRefPtrWillBeRawPtr<CSSValue> toCSSValue(NumberRange = AllValues) const; AllValues 76 Source/core/animation/AnimatableLength.h Length toLength(const CSSToLengthConversionData&, NumberRange = AllValues) const; AllValues 67 Source/core/css/resolver/AnimatedStyleBuilder.cpp Length animatableValueToLength(const AnimatableValue* value, const StyleResolverState& state, NumberRange range = AllValues) AllValues 93 Source/core/css/resolver/AnimatedStyleBuilder.cpp LengthBox animatableValueToLengthBox(const AnimatableValue* value, const StyleResolverState& state, NumberRange range = AllValues) AllValues 113 Source/core/css/resolver/AnimatedStyleBuilder.cpp LengthPoint animatableValueToLengthPoint(const AnimatableValue* value, const StyleResolverState& state, NumberRange range = AllValues)