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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 444 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
445 setLogicalHeight(lowestFloatLogicalBottom() + afterEdge);
485 if (block->lowestFloatLogicalBottom() + block->logicalTop() <= newHeight)
584 LayoutUnit fb = std::max(previousFloatLogicalBottom, lowestFloatLogicalBottom());
593 previousFloatLogicalBottom = std::max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlockFlow->lowestFloatLogicalBottom());
    [all...]
FloatingObjects.h 161 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type);
RenderBlockFlow.h 254 bool hasOverhangingFloats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logicalHeight(); }
259 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;
FloatingObjects.cpp 195 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)

Completed in 41 milliseconds