Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/
DBlobResourceHandle.cpp102 const int intMaxForLength = 0x7fffffff; in didReceiveResponse() local
103 if (response.expectedContentLength() > intMaxForLength) { in didReceiveResponse()
/external/webkit/Source/WebCore/platform/
DLength.h34 const int intMaxForLength = 0x7ffffff; // max value for a 28-bit int variable
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.cpp266 …return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(styl… in computeLengthIntForLength()
271 …return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(styl… in computeLengthIntForLength()
DCSSStyleSelector.cpp5076 …radiusWidth = Length(max(intMinForLength, min(intMaxForLength, pair->first()->computeLengthInt(sty… in applyProperty()
5080 …radiusHeight = Length(max(intMinForLength, min(intMaxForLength, pair->second()->computeLengthInt(s… in applyProperty()
/external/webkit/Source/WebCore/rendering/
DAutoTableLayout.cpp270 maxWidth = intMaxForLength; in computePreferredLogicalWidths()