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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 254 int maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockRareData::negativeMarginBeforeDefault(this); }
349 virtual int collapsedMarginBefore() const { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); }
    [all...]
RenderFlexibleBox.cpp 269 int neg = maxNegativeMarginBefore();
    [all...]
RenderBlock.cpp 114 m_negativeMargin = m_canCollapseMarginBeforeWithChildren ? block->maxNegativeMarginBefore() : 0;
    [all...]

Completed in 820 milliseconds