toLength 76 Source/core/animation/AnimatableLength.h Length toLength(const CSSToLengthConversionData&, NumberRange = AllValues) const; toLength 172 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(-5, WebCore::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom1)); toLength 173 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(-15, WebCore::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom3)); toLength 174 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, WebCore::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom1, NonNegativeValues)); toLength 175 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, WebCore::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom3, NonNegativeValues)); toLength 177 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(-5, Percent), create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1)); toLength 178 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(-5, Percent), create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3)); toLength 179 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, Percent), create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1, NonNegativeValues)); toLength 180 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, Percent), create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3, NonNegativeValues)); toLength 189 Source/core/animation/AnimatableLengthTest.cpp create(-5, CSSPrimitiveValue::CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1)); toLength 197 Source/core/animation/AnimatableLengthTest.cpp create(-5, CSSPrimitiveValue::CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3)); toLength 205 Source/core/animation/AnimatableLengthTest.cpp create(-5, CSSPrimitiveValue::CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1, NonNegativeValues)); toLength 213 Source/core/animation/AnimatableLengthTest.cpp create(-5, CSSPrimitiveValue::CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3, NonNegativeValues)); toLength 70 Source/core/css/resolver/AnimatedStyleBuilder.cpp return toAnimatableLength(value)->toLength(state.cssToLengthConversionData(), range); toLength 79 Source/core/css/resolver/AnimatedStyleBuilder.cpp return BorderImageLength(toAnimatableLength(value)->toLength(state.cssToLengthConversionData(), NonNegativeValues)); toLength 77 Source/core/rendering/style/ShadowList.cpp size_t toLength = to ? to->shadows().size() : 0; toLength 78 Source/core/rendering/style/ShadowList.cpp if (!fromLength && !toLength) toLength 86 Source/core/rendering/style/ShadowList.cpp size_t maxLength = std::max(fromLength, toLength); toLength 89 Source/core/rendering/style/ShadowList.cpp const ShadowData* toShadow = i < toLength ? &to->shadows()[i] : 0; toLength 447 Source/core/svg/SVGLength.cpp RefPtr<SVGLength> toLength = toSVGLength(toValue); toLength 452 Source/core/svg/SVGLength.cpp animationElement->animateAdditiveNumber(percentage, repeatCount, fromLength->value(lengthContext, IGNORE_EXCEPTION), toLength->value(lengthContext, IGNORE_EXCEPTION), toAtEndOfDurationLength->value(lengthContext, IGNORE_EXCEPTION), animatedNumber); toLength 455 Source/core/svg/SVGLength.cpp m_unitType = percentage < 0.5 ? fromLength->unitType() : toLength->unitType(); toLength 462 Source/core/svg/SVGLength.cpp RefPtr<SVGLength> toLength = toSVGLength(toValue); toLength 464 Source/core/svg/SVGLength.cpp return fabsf(toLength->value(lengthContext, IGNORE_EXCEPTION) - value(lengthContext, IGNORE_EXCEPTION));