Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp52 const int minValueForCssLength = INT_MIN / kFixedPointDenominator + 2; variable
566 …return Length(clampTo<float>(computeLengthDouble(conversionData), minValueForCssLength, maxValueFo… in computeLength()