isSelfCollapsingBlock 1225 Source/core/rendering/RenderBlock.cpp             if (!child->isSelfCollapsingBlock())
isSelfCollapsingBlock  370 Source/core/rendering/RenderBlock.h     virtual bool isSelfCollapsingBlock() const OVERRIDE;
isSelfCollapsingBlock  291 Source/core/rendering/RenderBlockFlow.cpp     m_hasOnlySelfCollapsingChildren = RenderBlock::isSelfCollapsingBlock();
isSelfCollapsingBlock  565 Source/core/rendering/RenderBlockFlow.cpp     bool childIsSelfCollapsing = child->isSelfCollapsingBlock();
isSelfCollapsingBlock  805 Source/core/rendering/RenderBlockFlow.cpp     if (parentHasFloats || (prev && toRenderBlockFlow(prev)->isSelfCollapsingBlock() && parentBlockFlow->lowestFloatLogicalBottom() > logicalTopOffset))
isSelfCollapsingBlock 1105 Source/core/rendering/RenderBlockFlow.cpp     if (!marginInfo.canCollapseWithMarginBefore() && previousBlockFlow && previousBlockFlow->isSelfCollapsingBlock()) {
isSelfCollapsingBlock 1429 Source/core/rendering/RenderBlockFlow.cpp     ASSERT(isSelfCollapsingBlock());
isSelfCollapsingBlock 1464 Source/core/rendering/RenderBlockFlow.cpp     if (lastChild && lastChild->isRenderBlockFlow() && lastChild->isSelfCollapsingBlock())
isSelfCollapsingBlock  447 Source/core/rendering/RenderBlockFlow.h     virtual bool isSelfCollapsingBlock() const OVERRIDE;
isSelfCollapsingBlock 4437 Source/core/rendering/RenderBox.cpp     if (!style()->hasMarginAfterQuirk() && !isSelfCollapsingBlock())
isSelfCollapsingBlock  327 Source/core/rendering/RenderBox.h     virtual bool isSelfCollapsingBlock() const { return false; }