Searched refs:NonNegativeValues (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | AnimatedStyleBuilder.cpp | 78 …eLength(toAnimatableLength(value)->toLength(state.cssToLengthConversionData(), NonNegativeValues)); in animatableValueToBorderImageLength() 132 …Layer->setSize(FillSize(SizeLength, animatableValueToLengthSize(value, state, NonNegativeValues))); in setFillSize() 263 … style->setBorderBottomLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); in applyProperty() 266 … style->setBorderBottomRightRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); in applyProperty() 275 style->setBorderImageSlices(animatableValueToLengthBox(value, state, NonNegativeValues)); in applyProperty() 302 style->setBorderTopLeftRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); in applyProperty() 305 … style->setBorderTopRightRadius(animatableValueToLengthSize(value, state, NonNegativeValues)); in applyProperty() 342 style->setFlexBasis(animatableValueToLength(value, state, NonNegativeValues)); in applyProperty() 354 style->setHeight(animatableValueToLength(value, state, NonNegativeValues)); in applyProperty() 367 style->setLineHeight(animatableValueToLength(value, state, NonNegativeValues)); in applyProperty() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableLength.h | 43 NonNegativeValues, enumerator 123 return (range == NonNegativeValues && m_number <= 0) ? 0 : m_number; in clampedNumber()
|
D | AnimatableLengthTest.cpp | 174 …::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom1, NonNegativeValues)); in TEST_F() 175 …::Fixed), create(-5, CSSPrimitiveValue::CSS_PX)->toLength(conversionDataZoom3, NonNegativeValues)); in TEST_F() 179 …, create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1, NonNegativeValues)); in TEST_F() 180 …, create(-5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3, NonNegativeValues)); in TEST_F() 205 …:CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom1, NonNegativeValues)); in TEST_F() 213 …:CSS_PX, -5, CSSPrimitiveValue::CSS_PERCENTAGE)->toLength(conversionDataZoom3, NonNegativeValues)); in TEST_F()
|