Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.h295 …: m_margins(positiveMarginBeforeDefault(block), negativeMarginBeforeDefault(block), positiveMargin… in RenderBlockFlowRareData()
307 static LayoutUnit negativeMarginBeforeDefault(const RenderBlockFlow* block) in negativeMarginBeforeDefault() function
335 …a->m_margins.negativeMarginBefore() : RenderBlockFlowRareData::negativeMarginBeforeDefault(this); } in maxNegativeMarginBefore()
357 …ta::positiveMarginBeforeDefault(this) , RenderBlockFlowRareData::negativeMarginBeforeDefault(this), in initMaxMarginValues()
DRenderBlockFlow.cpp1433 …tiveMarginBeforeDefault(this) && neg == RenderBlockFlowRareData::negativeMarginBeforeDefault(this)) in setMaxMarginBeforeValues()