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.h356 …: m_margins(positiveMarginBeforeDefault(block), negativeMarginBeforeDefault(block), positiveMargin… in RenderBlockFlowRareData()
371 static LayoutUnit negativeMarginBeforeDefault(const RenderBlockFlow* block) in negativeMarginBeforeDefault() function
401 …a->m_margins.negativeMarginBefore() : RenderBlockFlowRareData::negativeMarginBeforeDefault(this); } in maxNegativeMarginBefore()
423 …ta::positiveMarginBeforeDefault(this) , RenderBlockFlowRareData::negativeMarginBeforeDefault(this), in initMaxMarginValues()
DRenderBlockFlow.cpp1672 …tiveMarginBeforeDefault(this) && neg == RenderBlockFlowRareData::negativeMarginBeforeDefault(this)) in setMaxMarginBeforeValues()