NonNegativeValues 126 Source/core/animation/AnimatableLength.h return (range == NonNegativeValues && m_number <= 0) ? 0 : m_number; NonNegativeValues 174 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, WebCore::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom1, NonNegativeValues)); NonNegativeValues 175 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, WebCore::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom3, NonNegativeValues)); NonNegativeValues 179 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, Percent), create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1, NonNegativeValues)); NonNegativeValues 180 Source/core/animation/AnimatableLengthTest.cpp EXPECT_EQ(Length(0, Percent), create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3, NonNegativeValues)); NonNegativeValues 205 Source/core/animation/AnimatableLengthTest.cpp create(-5, CSSPrimitiveValue::CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1, NonNegativeValues)); NonNegativeValues 213 Source/core/animation/AnimatableLengthTest.cpp create(-5, CSSPrimitiveValue::CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3, NonNegativeValues)); NonNegativeValues 79 Source/core/css/resolver/AnimatedStyleBuilder.cpp return BorderImageLength(toAnimatableLength(value)->toLength(state.cssToLengthConversionData(), NonNegativeValues)); NonNegativeValues 133 Source/core/css/resolver/AnimatedStyleBuilder.cpp fillLayer->setSize(FillSize(SizeLength, animatableValueToLengthSize(value, state, NonNegativeValues))); NonNegativeValues 286 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setBorderBottomLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); NonNegativeValues 289 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setBorderBottomRightRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); NonNegativeValues 298 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setBorderImageSlices(animatableValueToLengthBox(value, state, NonNegativeValues)); NonNegativeValues 325 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setBorderTopLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); NonNegativeValues 328 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setBorderTopRightRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); NonNegativeValues 364 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setFlexBasis(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 379 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setHeight(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 392 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setLineHeight(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 415 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setMaxHeight(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 418 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setMaxWidth(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 421 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setMinHeight(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 424 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setMinWidth(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 447 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setPaddingBottom(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 450 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setPaddingLeft(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 453 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setPaddingRight(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 456 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setPaddingTop(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 536 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setMaskBoxImageSlices(animatableValueToLengthBox(toAnimatableLengthBoxAndBool(value)->box(), state, NonNegativeValues)); NonNegativeValues 579 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setShapeMargin(animatableValueToLength(value, state, NonNegativeValues)); NonNegativeValues 618 Source/core/css/resolver/AnimatedStyleBuilder.cpp style->setWidth(animatableValueToLength(value, state, NonNegativeValues));