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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
RenderBlock.h 544 bool hasOverhangingFloats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logicalHeight(); }
549 int lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatBoth) const;
    [all...]

Completed in 54 milliseconds