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

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 254 return roundForImpreciseConversion<int, INT_MAX, INT_MIN>(computeLengthDouble(style, rootStyle));
259 return roundForImpreciseConversion<int, INT_MAX, INT_MIN>(computeLengthDouble(style, rootStyle, multiplier));
266 return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(style, rootStyle));
271 return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(style, rootStyle, multiplier));
276 return roundForImpreciseConversion<short, SHRT_MAX, SHRT_MIN>(computeLengthDouble(style, rootStyle));
281 return roundForImpreciseConversion<short, SHRT_MAX, SHRT_MIN>(computeLengthDouble(style, rootStyle, multiplier));
286 return static_cast<float>(computeLengthDouble(style, rootStyle, 1.0, computingFontSize));
291 return static_cast<float>(computeLengthDouble(style, rootStyle, multiplier, computingFontSize));
294 double CSSPrimitiveValue::computeLengthDouble(RenderStyle* style, RenderStyle* rootStyle, double multiplier, bool computingFontSize)
CSSPrimitiveValue.h 147 double computeLengthDouble(RenderStyle* currentStyle, RenderStyle* rootStyle, double multiplier = 1.0, bool computingFontSize = false);
CSSStyleSelector.cpp     [all...]

Completed in 280 milliseconds