Home
last modified time | relevance | path

Searched refs:cssCalcValue (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DLengthStyleInterpolation.cpp17 if (primitiveValue.cssCalcValue()) in canCreateFrom()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h345 … CSSCalcValue* cssCalcValue() const { return m_primitiveUnitType != CSS_CALC ? 0 : m_value.calc; } in cssCalcValue() function
DCSSGradientValue.cpp192 … length = stop.m_position->cssCalcValue()->toCalcValue(conversionData)->evaluate(gradientLength); in addStops()
400 return value->cssCalcValue()->toCalcValue(conversionData)->evaluate(edgeDistance); in positionFromValue()
DCSSPrimitiveValue.cpp679 cssCalcValue()->accumulateLengthArray(lengthArray, multiplier); in accumulateLengthArray()
DCSSPrimitiveValueMappings.h4216 return Length(cssCalcValue()->toCalcValue(conversionData)); in convertToLength()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp334 … size = primitiveValue->cssCalcValue()->toCalcValue(conversionData)->evaluate(parentSize); in setFontSizeValue()
DStyleBuilderCustom.cpp397 …Length zoomedLength = Length(primitiveValue->cssCalcValue()->toCalcValue(state.cssToLengthConversi… in applyValueCSSPropertyLineHeight()