Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp50 const int maxValueForCssLength = INT_MAX / kFixedPointDenominator - 2; variable
532 …To<float>(computeLengthDouble(conversionData), minValueForCssLength, maxValueForCssLength), Fixed); in computeLength()