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

  /external/webkit/Source/WebCore/platform/
Length.h 35 const int intMinForLength = (-0x7ffffff - 1); // min value for a 28-bit int
  /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...]

Completed in 56 milliseconds