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

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DLengthStyleInterpolation.cpp17 if (primitiveValue.cssCalcValue())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp535 ASSERT(isTime() || (isCalculated() && cssCalcValue()->category() == CalcTime));
536 UnitType currentType = isCalculated() ? cssCalcValue()->expressionNode()->primitiveType() : static_cast<UnitType>(m_primitiveUnitType);
547 ASSERT(isAngle() || (isCalculated() && cssCalcValue()->category() == CalcAngle));
548 UnitType currentType = isCalculated() ? cssCalcValue()->expressionNode()->primitiveType() : static_cast<UnitType>(m_primitiveUnitType);
689 cssCalcValue()->accumulateLengthArray(lengthArray, multiplier);
H A DCSSPrimitiveValue.h322 CSSCalcValue* cssCalcValue() const { return m_primitiveUnitType != CSS_CALC ? 0 : m_value.calc; } function in class:blink::CSSPrimitiveValue
H A DCSSGradientValue.cpp193 length = stop.m_position->cssCalcValue()->toCalcValue(conversionData)->evaluate(gradientLength);
417 return origin + sign * value->cssCalcValue()->toCalcValue(conversionData)->evaluate(edgeDistance);
H A DCSSPrimitiveValueMappings.h4174 return Length(cssCalcValue()->toCalcValue(conversionData));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderConverter.cpp146 return primitiveValue->cssCalcValue()->toCalcValue(conversionData)->evaluate(parentSize.value);
H A DStyleBuilderCustom.cpp315 Length zoomedLength = Length(primitiveValue->cssCalcValue()->toCalcValue(state.cssToLengthConversionData().copyWithAdjustedZoom(multiplier)));

Completed in 2270 milliseconds