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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp     [all...]
RenderBlockFlow.h 334 LayoutUnit negativeMarginBefore() const { return m_negativeMarginBefore; }
401 LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockFlowRareData::negativeMarginBeforeDefault(this); }

Completed in 69 milliseconds