Searched refs:expandsToEncloseOverhangingFloats (Results 1 – 3 of 3) sorted by relevance
602 bool expandsToEncloseOverhangingFloats() const;
316 … if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats()) in layoutBlock()1544 …if (!hasColumns() && (recomputeFloats || isRoot() || expandsToEncloseOverhangingFloats() || hasSel… in computeOverflow()
1625 bool RenderBlock::expandsToEncloseOverhangingFloats() const in expandsToEncloseOverhangingFloats() function in WebCore::RenderBlock