HomeSort by relevance Sort by last modified time
    Searched refs:maxPositiveMarginBefore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 400 LayoutUnit maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockFlowRareData::positiveMarginBeforeDefault(this); }
433 virtual LayoutUnit collapsedMarginBefore() const OVERRIDE FINAL { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); }
RenderBlockFlow.cpp 552 LayoutUnit oldPosMarginBefore = maxPositiveMarginBefore();
    [all...]

Completed in 54 milliseconds