Searched refs:intMaxForLength (Results 1 – 5 of 5) sorted by relevance
102 const int intMaxForLength = 0x7fffffff; in didReceiveResponse() local103 if (response.expectedContentLength() > intMaxForLength) { in didReceiveResponse()
34 const int intMaxForLength = 0x7ffffff; // max value for a 28-bit int variable
266 …return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(styl… in computeLengthIntForLength()271 …return roundForImpreciseConversion<int, intMaxForLength, intMinForLength>(computeLengthDouble(styl… in computeLengthIntForLength()
5076 …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()
270 maxWidth = intMaxForLength; in computePreferredLogicalWidths()