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 419 LayoutUnit collapseMargins(RenderBox* child, MarginInfo&, bool childIsSelfCollapsing);
420 LayoutUnit clearFloatsIfNeeded(RenderBox* child, MarginInfo&, LayoutUnit oldTopPosMargin, LayoutUnit oldTopNegMargin, LayoutUnit yPos, bool childIsSelfCollapsing);
RenderBlockFlow.cpp 557 bool childIsSelfCollapsing = child->isSelfCollapsingBlock();
561 LayoutUnit logicalTopBeforeClear = collapseMargins(child, marginInfo, childIsSelfCollapsing);
564 LayoutUnit logicalTopAfterClear = clearFloatsIfNeeded(child, marginInfo, oldPosMarginBefore, oldNegMarginBefore, logicalTopBeforeClear, childIsSelfCollapsing);
602 if (!marginInfo.canCollapseMarginAfterWithLastChild() && !childIsSelfCollapsing)
607 if (marginInfo.atBeforeSideOfBlock() && !childIsSelfCollapsing)
    [all...]

Completed in 44 milliseconds