Searched refs:lowestFloatLogicalBottom (Results 1 – 5 of 5) sorted by relevance
316 … if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats()) in layoutBlock()317 setLogicalHeight(lowestFloatLogicalBottom() + toAdd); in layoutBlock()341 if (block->lowestFloatLogicalBottom() + block->logicalTop() > newHeight) in layoutBlock()425 LayoutUnit fb = max(previousFloatLogicalBottom, lowestFloatLogicalBottom()); in layoutBlockChild()434 … max(previousFloatLogicalBottom, oldLogicalTop + childRenderBlockFlow->lowestFloatLogicalBottom()); in layoutBlockChild()681 …derBlockFlow(prev)->isSelfCollapsingBlock() && parentBlockFlow->lowestFloatLogicalBottom() > logic… in rebuildFloatsFromIntruding()694 if (blockFlow->m_floatingObjects && blockFlow->lowestFloatLogicalBottom() > logicalTopOffset) in rebuildFloatsFromIntruding()1070 …ckFlow->avoidsFloats() && (blockFlow->logicalTop() + blockFlow->lowestFloatLogicalBottom()) > logi… in collapseMargins()1078 …rudesIntoFloat && containsFloats() && !child->avoidsFloats() && lowestFloatLogicalBottom() > logic… in collapseMargins()1620 logicalBottom = lowestFloatLogicalBottom(FloatingObject::FloatLeft); in getClearDelta()[all …]
155 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type);
218 …ats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logic… in hasOverhangingFloats()223 … LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;
181 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType) in lowestFloatLogicalBottom() function in WebCore::FloatingObjects
1 …calRightFloatOffsetForLine const (period),WebCore::RenderBlock::lowestFloatLogicalBottom const (pe…