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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h 462 LayoutUnit maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockRareData::positiveMarginBeforeDefault(this); }
    [all...]
RenderDeprecatedFlexibleBox.cpp 309 LayoutUnit pos = maxPositiveMarginBefore();
    [all...]
RenderBlock.cpp 187 m_positiveMargin = (m_canCollapseMarginBeforeWithChildren && !block->mustDiscardMarginBefore()) ? block->maxPositiveMarginBefore() : LayoutUnit();
    [all...]

Completed in 54 milliseconds