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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 463 LayoutUnit maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockRareData::negativeMarginBeforeDefault(this); }
    [all...]
RenderDeprecatedFlexibleBox.cpp 310 LayoutUnit neg = maxNegativeMarginBefore();
    [all...]
RenderBlock.cpp 188 m_negativeMargin = (m_canCollapseMarginBeforeWithChildren && !block->mustDiscardMarginBefore()) ? block->maxNegativeMarginBefore() : LayoutUnit();
    [all...]

Completed in 50 milliseconds