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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp607 bool childIsSelfCollapsing = child->isSelfCollapsingBlock(); local
611 LayoutUnit logicalTopBeforeClear = collapseMargins(child, marginInfo, childIsSelfCollapsing);
614 LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear, childIsSelfCollapsing);
651 if (!marginInfo.canCollapseMarginAfterWithLastChild() && !childIsSelfCollapsing)
656 if (marginInfo.atBeforeSideOfBlock() && !childIsSelfCollapsing)
1168 LayoutUnit RenderBlockFlow::collapseMargins(RenderBox* child, MarginInfo& marginInfo, bool childIsSelfCollapsing) argument
1174 childDiscardMarginBefore = childDiscardMarginBefore || (childDiscardMarginAfter && childIsSelfCollapsing);
1185 if (childIsSelfCollapsing) {
1248 if (childIsSelfCollapsing) {
1356 LayoutUnit RenderBlockFlow::clearFloatsIfNeeded(RenderBox* child, MarginInfo& marginInfo, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos, bool childIsSelfCollapsing) argument
[all...]

Completed in 72 milliseconds