Home
last modified time | relevance | path

Searched refs:intMinForLength (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
DLength.h35 const int intMinForLength = (-0x7ffffff - 1); // min 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()