Home
last modified time | relevance | path

Searched defs:RenderBlockFlowRareData (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.h352 struct RenderBlockFlowRareData : public NoBaseWillBeGarbageCollected<RenderBlockFlowRareData> { struct
355 RenderBlockFlowRareData(const RenderBlockFlow* block) in RenderBlockFlowRareData() argument
367 static LayoutUnit positiveMarginBeforeDefault(const RenderBlockFlow* block) in positiveMarginBeforeDefault()
371 static LayoutUnit negativeMarginBeforeDefault(const RenderBlockFlow* block) in negativeMarginBeforeDefault()
375 static LayoutUnit positiveMarginAfterDefault(const RenderBlockFlow* block) in positiveMarginAfterDefault()
400 …turn m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockFlowRareData::positive… in maxPositiveMarginBefore() argument