HomeSort by relevance Sort by last modified time
    Searched refs:childIsSelfCollapsing (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 436 LayoutUnit collapseMargins(RenderBox* child, MarginInfo&, bool childIsSelfCollapsing);
437 LayoutUnit clearFloatsIfNeeded(RenderBox* child, MarginInfo&, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos, bool childIsSelfCollapsing);
RenderBlockFlow.cpp 607 bool childIsSelfCollapsing = child->isSelfCollapsingBlock();
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)
    [all...]

Completed in 58 milliseconds