Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.h295 …veMarginBeforeDefault(block), positiveMarginAfterDefault(block), negativeMarginAfterDefault(block)) in RenderBlockFlowRareData()
315 static LayoutUnit negativeMarginAfterDefault(const RenderBlockFlow* block) in negativeMarginAfterDefault() function
337 …ata->m_margins.negativeMarginAfter() : RenderBlockFlowRareData::negativeMarginAfterDefault(this); } in maxNegativeMarginAfter()
358 …Data::positiveMarginAfterDefault(this), RenderBlockFlowRareData::negativeMarginAfterDefault(this)); in initMaxMarginValues()
DRenderBlockFlow.cpp1444 …sitiveMarginAfterDefault(this) && neg == RenderBlockFlowRareData::negativeMarginAfterDefault(this)) in setMaxMarginAfterValues()