Searched refs:isSelfCollapsingBlock (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp334 bool RenderBlockFlow::isSelfCollapsingBlock() const function in class:blink::RenderBlockFlow
336 m_hasOnlySelfCollapsingChildren = RenderBlock::isSelfCollapsingBlock();
346 // descendants every time in |isSelfCollapsingBlock|. We reset it here so that |isSelfCollapsingBlock| attempts to burrow
607 bool childIsSelfCollapsing = child->isSelfCollapsingBlock();
948 bool parentHasIntrudingFloats = !parentHasFloats && (!prev || toRenderBlockFlow(prev)->isSelfCollapsingBlock()) && parentBlockFlow->lowestFloatLogicalBottom() > logicalTopOffset;
1243 if (!marginInfo.canCollapseWithMarginBefore() && previousBlockFlow && previousBlockFlow->isSelfCollapsingBlock()) {
1545 ASSERT(isSelfCollapsingBlock());
1580 if (lastChild && lastChild->isRenderBlockFlow() && lastChild->isSelfCollapsingBlock())
H A DRenderBlock.h361 virtual bool isSelfCollapsingBlock() const OVERRIDE;
H A DRenderBlockFlow.h460 virtual bool isSelfCollapsingBlock() const OVERRIDE;
H A DRenderBox.h326 virtual bool isSelfCollapsingBlock() const { return false; } function in class:blink::RenderBox
H A DRenderBlock.cpp1249 bool RenderBlock::isSelfCollapsingBlock() const function in class:blink::RenderBlock
1268 // when we call isSelfCollapsingBlock on them we find that they still need layout.
1302 if (!child->isSelfCollapsingBlock())
H A DRenderBox.cpp4275 if (!style()->hasMarginAfterQuirk() && !isSelfCollapsingBlock())

Completed in 100 milliseconds