Searched refs:positiveMarginBefore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1180 LayoutUnit posTop = childMargins.positiveMarginBefore();
1255 LayoutUnit collapsedBeforePos = std::max(marginInfo.positiveMargin(), childMargins.positiveMarginBefore());
1371 marginInfo.setPositiveMargin(std::max(childMargins.positiveMarginBefore(), childMargins.positiveMarginAfter()));
1437 void RenderBlockFlow::marginBeforeEstimateForChild(RenderBox* child, LayoutUnit& positiveMarginBefore, LayoutUnit& negativeMarginBefore, bool& discardMarginBefore) const argument
1448 positiveMarginBefore = 0;
1455 positiveMarginBefore = std::max(positiveMarginBefore, beforeChildMargin);
1490 childBlockFlow->marginBeforeEstimateForChild(grandchildBox, positiveMarginBefore, negativeMarginBefore, discardMarginBefore);
1499 LayoutUnit positiveMarginBefore = 0; local
1504 marginBeforeEstimateForChild(child, positiveMarginBefore, negativeMarginBefor
[all...]
H A DRenderBlockFlow.h333 LayoutUnit positiveMarginBefore() const { return m_positiveMarginBefore; } function in class:blink::RenderBlockFlow::MarginValues
400 LayoutUnit maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockFlowRareData::positiveMarginBeforeDefault(this); }

Completed in 110 milliseconds