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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h334 LayoutUnit negativeMarginBefore() const { return m_negativeMarginBefore; } function in class:blink::RenderBlockFlow::MarginValues
401 LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockFlowRareData::negativeMarginBeforeDefault(this); }
H A DRenderBlockFlow.cpp1181 LayoutUnit negTop = childMargins.negativeMarginBefore();
1256 LayoutUnit collapsedBeforeNeg = std::max(marginInfo.negativeMargin(), childMargins.negativeMarginBefore());
1372 marginInfo.setNegativeMargin(std::max(childMargins.negativeMarginBefore(), childMargins.negativeMarginAfter()));
1392 setLogicalHeight(child->logicalTop() + childMargins.negativeMarginBefore());
1437 void RenderBlockFlow::marginBeforeEstimateForChild(RenderBox* child, LayoutUnit& positiveMarginBefore, LayoutUnit& negativeMarginBefore, bool& discardMarginBefore) const argument
1449 negativeMarginBefore = 0;
1456 negativeMarginBefore = std::max(negativeMarginBefore, -beforeChildMargin);
1490 childBlockFlow->marginBeforeEstimateForChild(grandchildBox, positiveMarginBefore, negativeMarginBefore, discardMarginBefore);
1500 LayoutUnit negativeMarginBefore local
[all...]

Completed in 527 milliseconds