Searched defs:isSelfCollapsingBlock (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h326 virtual bool isSelfCollapsingBlock() const { return false; } function in class:blink::RenderBox
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.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())

Completed in 112 milliseconds