Searched refs:floatBottom (Results 1 – 6 of 6) sorted by relevance
187 virtual bool hasOverhangingFloats() { return !hasColumns() && floatBottom() > height(); } in hasOverhangingFloats()192 int floatBottom() const;
1603 int floatBottom; in fitBelowFloats() local1607 floatBottom = nextFloatBottomBelow(lastFloatBottom); in fitBelowFloats()1608 if (!floatBottom) in fitBelowFloats()1611 newLineWidth = lineWidth(floatBottom); in fitBelowFloats()1612 lastFloatBottom = floatBottom; in fitBelowFloats()
702 if (floatBottom() > (height() - toAdd) && expandsToEncloseOverhangingFloats()) in layoutBlock()703 setHeight(floatBottom() + toAdd); in layoutBlock()718 if (block->floatBottom() + block->y() > height()) in layoutBlock()1312 int fb = max(previousFloatBottom, floatBottom()); in layoutBlockChildren()1321 …atBottom = max(previousFloatBottom, oldRect.y() + static_cast<RenderBlock*>(child)->floatBottom()); in layoutBlockChildren()2409 newY = floatBottom(); in newLine()2569 RenderBlock::floatBottom() const in floatBottom() function in WebCore::RenderBlock2922 if (block->m_floatingObjects && block->floatBottom() > offset) in clearFloats()3125 bottom = floatBottom(); in getClearDelta()3138 result = max(0, floatBottom() - child->y()); in getClearDelta()
13183 (RenderBlock::floatBottom):
15556 (RenderFlow::rightRelOffset), (RenderFlow::lineWidth), (RenderFlow::floatBottom),
40053 (WebCore::RenderBlock::floatBottom):