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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 253 int maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockRareData::positiveMarginBeforeDefault(this); }
349 virtual int collapsedMarginBefore() const { return maxPositiveMarginBefore() - maxNegativeMarginBefore(); }
    [all...]
RenderFlexibleBox.cpp 268 int pos = maxPositiveMarginBefore();
    [all...]
RenderBlock.cpp 113 m_positiveMargin = m_canCollapseMarginBeforeWithChildren ? block->maxPositiveMarginBefore() : 0;
    [all...]

Completed in 21 milliseconds