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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp52 const int maxValueForCssLength = INT_MAX / kFixedPointDenominator - 2; member in namespace:WebCore
504 return Length(clampTo<float>(computeLengthDouble(style, rootStyle, multiplier, computingFontSize), minValueForCssLength, maxValueForCssLength), Fixed);

Completed in 49 milliseconds