HomeSort by relevance Sort by last modified time
    Searched refs:toCalcValue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.h 112 PassRefPtr<CalculationValue> toCalcValue(const CSSToLengthConversionData& conversionData) const
CSSGradientValue.cpp 193 length = stop.m_position->cssCalcValue()->toCalcValue(conversionData)->evaluate(gradientLength);
417 return origin + sign * value->cssCalcValue()->toCalcValue(conversionData)->evaluate(edgeDistance);
    [all...]
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 146 return primitiveValue->cssCalcValue()->toCalcValue(conversionData)->evaluate(parentSize.value);
StyleBuilderCustom.cpp 315 Length zoomedLength = Length(primitiveValue->cssCalcValue()->toCalcValue(state.cssToLengthConversionData().copyWithAdjustedZoom(multiplier)));
    [all...]

Completed in 2298 milliseconds