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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.h 78 virtual double computeLengthPx(const CSSToLengthConversionData&) const = 0;
123 double computeLengthPx(const CSSToLengthConversionData&) const;
CSSCalculationValue.cpp 179 double CSSCalcValue::computeLengthPx(const CSSToLengthConversionData& conversionData) const
181 return clampToPermittedRange(m_expression->computeLengthPx(conversionData));
235 virtual double computeLengthPx(const CSSToLengthConversionData& conversionData) const OVERRIDE
445 virtual double computeLengthPx(const CSSToLengthConversionData& conversionData) const OVERRIDE
447 const double leftValue = m_leftSide->computeLengthPx(conversionData);
448 const double rightValue = m_rightSide->computeLengthPx(conversionData);
CSSPrimitiveValue.cpp 605 return m_value.calc->computeLengthPx(conversionData);
    [all...]

Completed in 206 milliseconds