Searched refs:positiveMarginBefore (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockFlow.cpp | 932 LayoutUnit posTop = childMargins.positiveMarginBefore(); in collapseMargins() 1006 …outUnit collapsedBeforePos = max(marginInfo.positiveMargin(), childMargins.positiveMarginBefore()); in collapseMargins() 1124 …marginInfo.setPositiveMargin(max(childMargins.positiveMarginBefore(), childMargins.positiveMarginA… in clearFloatsIfNeeded() 1199 …kFlow::marginBeforeEstimateForChild(RenderBox* child, LayoutUnit& positiveMarginBefore, LayoutUnit… in marginBeforeEstimateForChild() argument 1210 positiveMarginBefore = 0; in marginBeforeEstimateForChild() 1217 positiveMarginBefore = max(positiveMarginBefore, beforeChildMargin); in marginBeforeEstimateForChild() 1252 …childBlockFlow->marginBeforeEstimateForChild(grandchildBox, positiveMarginBefore, negativeMarginBe… in marginBeforeEstimateForChild() 1261 LayoutUnit positiveMarginBefore = 0; in estimateLogicalTopPosition() local 1266 …marginBeforeEstimateForChild(child, positiveMarginBefore, negativeMarginBefore, discardMarginBefor… in estimateLogicalTopPosition() 1271 positiveMarginBefore = max(positiveMarginBefore, marginValues.positiveMarginBefore()); in estimateLogicalTopPosition() [all …]
|
D | RenderBlockFlow.h | 270 LayoutUnit positiveMarginBefore() const { return m_positiveMarginBefore; } in positiveMarginBefore() function 334 …eMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderB… in maxPositiveMarginBefore()
|