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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp     [all...]
RenderBlockFlow.h 333 LayoutUnit positiveMarginBefore() const { return m_positiveMarginBefore; }
400 LayoutUnit maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockFlowRareData::positiveMarginBeforeDefault(this); }

Completed in 39 milliseconds