Home
last modified time | relevance | path

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

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