createsBlockFormattingContext 1191 Source/core/rendering/RenderBlock.cpp     if (createsBlockFormattingContext())
createsBlockFormattingContext  473 Source/core/rendering/RenderBlock.h     bool createsBlockFormattingContext() const;
createsBlockFormattingContext  393 Source/core/rendering/RenderBlockFlow.cpp     if (lowestFloatLogicalBottom() > (logicalHeight() - afterEdge) && createsBlockFormattingContext())
createsBlockFormattingContext  951 Source/core/rendering/RenderBlockFlow.cpp     m_canCollapseWithChildren = !blockFlow->createsBlockFormattingContext() && !blockFlow->isRenderFlowThread() && !blockFlow->isRenderView();
createsBlockFormattingContext 1671 Source/core/rendering/RenderBlockFlow.cpp     if (!hasColumns() && (recomputeFloats || createsBlockFormattingContext() || hasSelfPaintingLayer()))