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

  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 98 enum EMarginCollapse { MCOLLAPSE, MSEPARATE, MDISCARD };
  /external/webkit/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 100 m_canCollapseTopWithChildren = m_canCollapseWithChildren && (top == 0) && block->style()->marginTopCollapse() != MSEPARATE;
107 (block->style()->height().isAuto() && block->style()->height().value() == 0) && block->style()->marginBottomCollapse() != MSEPARATE;
589 style()->marginTopCollapse() == MSEPARATE || style()->marginBottomCollapse() == MSEPARATE)
    [all...]

Completed in 22 milliseconds