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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 401 LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockFlowRareData::negativeMarginBeforeDefault(this); }
433 virtual LayoutUnit collapsedMarginBefore() const OVERRIDE FINAL { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); }
RenderBlockFlow.cpp 553 LayoutUnit oldNegMarginBefore = maxNegativeMarginBefore();
    [all...]

Completed in 205 milliseconds