Home
last modified time | relevance | path

Searched refs:expandsToEncloseOverhangingFloats (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h602 bool expandsToEncloseOverhangingFloats() const;
DRenderBlockFlow.cpp316 … if (lowestFloatLogicalBottom() > (logicalHeight() - toAdd) && expandsToEncloseOverhangingFloats()) in layoutBlock()
1544 …if (!hasColumns() && (recomputeFloats || isRoot() || expandsToEncloseOverhangingFloats() || hasSel… in computeOverflow()
DRenderBlock.cpp1625 bool RenderBlock::expandsToEncloseOverhangingFloats() const in expandsToEncloseOverhangingFloats() function in WebCore::RenderBlock