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

  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 97 enum EMarginCollapse { MCOLLAPSE, MSEPARATE, MDISCARD };
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp 101 m_canCollapseMarginBeforeWithChildren = m_canCollapseWithChildren && (beforeBorderPadding == 0) && block->style()->marginBeforeCollapse() != MSEPARATE;
108 (block->style()->logicalHeight().isAuto() && block->style()->logicalHeight().value() == 0) && block->style()->marginAfterCollapse() != MSEPARATE;
    [all...]

Completed in 25 milliseconds