Searched refs:positiveMarginBefore (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockFlow.cpp | 1180 LayoutUnit posTop = childMargins.positiveMarginBefore(); in collapseMargins() 1255 …it collapsedBeforePos = std::max(marginInfo.positiveMargin(), childMargins.positiveMarginBefore()); in collapseMargins() 1371 …marginInfo.setPositiveMargin(std::max(childMargins.positiveMarginBefore(), childMargins.positiveMa… in clearFloatsIfNeeded() 1437 …kFlow::marginBeforeEstimateForChild(RenderBox* child, LayoutUnit& positiveMarginBefore, LayoutUnit… in marginBeforeEstimateForChild() argument 1448 positiveMarginBefore = 0; in marginBeforeEstimateForChild() 1455 positiveMarginBefore = std::max(positiveMarginBefore, beforeChildMargin); in marginBeforeEstimateForChild() 1490 …childBlockFlow->marginBeforeEstimateForChild(grandchildBox, positiveMarginBefore, negativeMarginBe… in marginBeforeEstimateForChild() 1499 LayoutUnit positiveMarginBefore = 0; in estimateLogicalTopPosition() local 1504 …marginBeforeEstimateForChild(child, positiveMarginBefore, negativeMarginBefore, discardMarginBefor… in estimateLogicalTopPosition() 1509 … positiveMarginBefore = std::max(positiveMarginBefore, marginValues.positiveMarginBefore()); in estimateLogicalTopPosition() [all …]
|
D | RenderBlockFlow.h | 333 LayoutUnit positiveMarginBefore() const { return m_positiveMarginBefore; } in positiveMarginBefore() function 400 …eMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderB… in maxPositiveMarginBefore()
|