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

  /external/webkit/Source/WebCore/platform/
Length.h 34 const int intMaxForLength = 0x7ffffff; // max value for a 28-bit int
  /external/webkit/Source/WebCore/platform/network/
BlobResourceHandle.cpp 102 const int intMaxForLength = 0x7fffffff;
103 if (response.expectedContentLength() > intMaxForLength) {
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 266 return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(style, rootStyle));
271 return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(style, rootStyle, multiplier));
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 270 maxWidth = intMaxForLength;
    [all...]

Completed in 74 milliseconds