Searched refs:isSelfCollapsingBlock (Results 1 – 6 of 6) sorted by relevance
334 bool RenderBlockFlow::isSelfCollapsingBlock() const in isSelfCollapsingBlock() function in blink::RenderBlockFlow336 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()
361 virtual bool isSelfCollapsingBlock() const OVERRIDE;
460 virtual bool isSelfCollapsingBlock() const OVERRIDE;
326 virtual bool isSelfCollapsingBlock() const { return false; } in isSelfCollapsingBlock() function
1249 bool RenderBlock::isSelfCollapsingBlock() const in isSelfCollapsingBlock() function in blink::RenderBlock1302 if (!child->isSelfCollapsingBlock()) in isSelfCollapsingBlock()
4275 if (!style()->hasMarginAfterQuirk() && !isSelfCollapsingBlock()) in layoutOverflowRectForPropagation()