Searched refs:toCalcValue (Results 1 – 7 of 7) sorted by relevance
69 virtual PassOwnPtr<CalcExpressionNode> toCalcValue(const CSSToLengthConversionData&) const = 0;104 PassRefPtr<CalculationValue> toCalcValue(const CSSToLengthConversionData& conversionData) const in toCalcValue() function106 …return CalculationValue::create(m_expression->toCalcValue(conversionData), m_nonNegative ? ValueRa… in toCalcValue()
226 …virtual PassOwnPtr<CalcExpressionNode> toCalcValue(const CSSToLengthConversionData& conversionData… in toCalcValue() function in WebCore::CSSCalcPrimitiveValue423 …virtual PassOwnPtr<CalcExpressionNode> toCalcValue(const CSSToLengthConversionData& conversionData… in toCalcValue() function in WebCore::CSSCalcBinaryOperation425 OwnPtr<CalcExpressionNode> left(m_leftSide->toCalcValue(conversionData)); in toCalcValue()428 OwnPtr<CalcExpressionNode> right(m_rightSide->toCalcValue(conversionData)); in toCalcValue()
50 expression->toCalcValue(CSSToLengthConversionData(style, style)).get(), in testExpression()
190 … length = stop.m_position->cssCalcValue()->toCalcValue(conversionData)->evaluate(gradientLength); in addStops()401 return value->cssCalcValue()->toCalcValue(conversionData)->evaluate(edgeDistance); in positionFromValue()
4454 return Length(cssCalcValue()->toCalcValue(conversionData)); in convertToLength()
332 …size = primitiveValue->cssCalcValue()->toCalcValue(CSSToLengthConversionData(parentStyle, rootElem… in setFontSizeValue()
289 …Length zoomedLength = Length(primitiveValue->cssCalcValue()->toCalcValue(state.cssToLengthConversi… in applyValueCSSPropertyLineHeight()