Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp334 bool RenderBlockFlow::isSelfCollapsingBlock() const in isSelfCollapsingBlock() function in blink::RenderBlockFlow
336 m_hasOnlySelfCollapsingChildren = RenderBlock::isSelfCollapsingBlock(); in isSelfCollapsingBlock()
607 bool childIsSelfCollapsing = child->isSelfCollapsingBlock(); in layoutBlockChild()
948 …ngFloats = !parentHasFloats && (!prev || toRenderBlockFlow(prev)->isSelfCollapsingBlock()) && pare… in rebuildFloatsFromIntruding()
1243 …canCollapseWithMarginBefore() && previousBlockFlow && previousBlockFlow->isSelfCollapsingBlock()) { in collapseMargins()
1545 ASSERT(isSelfCollapsingBlock()); in marginOffsetForSelfCollapsingBlock()
1580 if (lastChild && lastChild->isRenderBlockFlow() && lastChild->isSelfCollapsingBlock()) in handleAfterSideOfBlock()
DRenderBlock.h361 virtual bool isSelfCollapsingBlock() const OVERRIDE;
DRenderBlockFlow.h460 virtual bool isSelfCollapsingBlock() const OVERRIDE;
DRenderBox.h326 virtual bool isSelfCollapsingBlock() const { return false; } in isSelfCollapsingBlock() function
DRenderBlock.cpp1249 bool RenderBlock::isSelfCollapsingBlock() const in isSelfCollapsingBlock() function in blink::RenderBlock
1302 if (!child->isSelfCollapsingBlock()) in isSelfCollapsingBlock()
DRenderBox.cpp4275 if (!style()->hasMarginAfterQuirk() && !isSelfCollapsingBlock()) in layoutOverflowRectForPropagation()