Home
last modified time | relevance | path

Searched refs:computeLengthDouble (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp556 return roundForImpreciseConversion<int>(computeLengthDouble(conversionData)); in computeLength()
561 return roundForImpreciseConversion<unsigned>(computeLengthDouble(conversionData)); in computeLength()
566 …return Length(clampTo<float>(computeLengthDouble(conversionData), minValueForCssLength, maxValueFo… in computeLength()
571 return roundForImpreciseConversion<short>(computeLengthDouble(conversionData)); in computeLength()
576 return roundForImpreciseConversion<unsigned short>(computeLengthDouble(conversionData)); in computeLength()
581 return static_cast<float>(computeLengthDouble(conversionData)); in computeLength()
586 return computeLengthDouble(conversionData); in computeLength()
589 double CSSPrimitiveValue::computeLengthDouble(const CSSToLengthConversionData& conversionData) in computeLengthDouble() function in WebCore::CSSPrimitiveValue
DCSSPrimitiveValue.h409 double computeLengthDouble(const CSSToLengthConversionData&);