Searched refs:createsBlockFormattingContext (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h447 bool createsBlockFormattingContext() const;
H A DRenderBlockFlow.cpp444 if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
939 while (prev && (!prev->isBox() || !prev->isRenderBlock() || toRenderBlock(prev)->avoidsFloats() || toRenderBlock(prev)->createsBlockFormattingContext())) {
1089 m_canCollapseWithChildren = !blockFlow->createsBlockFormattingContext() && !blockFlow->isRenderFlowThread() && !blockFlow->isRenderView();
1787 if (!hasColumns() && (recomputeFloats || createsBlockFormattingContext() || hasSelfPaintingLayer()))
2497 if (createsBlockFormattingContext())
2534 if (!child->containsFloats() || child->isRenderRegion() || child->createsBlockFormattingContext())
H A DRenderBlock.cpp1263 if (createsBlockFormattingContext())
1521 bool RenderBlock::createsBlockFormattingContext() const function in class:blink::RenderBlock

Completed in 233 milliseconds