Home
last modified time | relevance | path

Searched refs:negativeMarginBefore (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp1181 LayoutUnit negTop = childMargins.negativeMarginBefore(); in collapseMargins()
1256 …it collapsedBeforeNeg = std::max(marginInfo.negativeMargin(), childMargins.negativeMarginBefore()); in collapseMargins()
1372 …marginInfo.setNegativeMargin(std::max(childMargins.negativeMarginBefore(), childMargins.negativeMa… in clearFloatsIfNeeded()
1392 setLogicalHeight(child->logicalTop() + childMargins.negativeMarginBefore()); in clearFloatsIfNeeded()
1437 …d(RenderBox* child, LayoutUnit& positiveMarginBefore, LayoutUnit& negativeMarginBefore, bool& disc… in marginBeforeEstimateForChild() argument
1449 negativeMarginBefore = 0; in marginBeforeEstimateForChild()
1456 negativeMarginBefore = std::max(negativeMarginBefore, -beforeChildMargin); in marginBeforeEstimateForChild()
1490 …marginBeforeEstimateForChild(grandchildBox, positiveMarginBefore, negativeMarginBefore, discardMar… in marginBeforeEstimateForChild()
1500 LayoutUnit negativeMarginBefore = 0; in estimateLogicalTopPosition() local
1504 …marginBeforeEstimateForChild(child, positiveMarginBefore, negativeMarginBefore, discardMarginBefor… in estimateLogicalTopPosition()
[all …]
DRenderBlockFlow.h334 LayoutUnit negativeMarginBefore() const { return m_negativeMarginBefore; } in negativeMarginBefore() function
401 …eMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderB… in maxNegativeMarginBefore()