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

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.h 33 static bool computeLengthImpl(double value, CSSPrimitiveValue::UnitType, unsigned defaultFontSize, unsigned viewportWidth, unsigned viewportHeight, double& result);
38 if (!computeLengthImpl(value, type, defaultFontSize, viewportWidth, viewportHeight, tempResult))
MediaValues.cpp 141 bool MediaValues::computeLengthImpl(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned viewportWidth, unsigned viewportHeight, double& result)

Completed in 61 milliseconds