HomeSort by relevance Sort by last modified time
    Searched refs:MDISCARD (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 109 m_quirkContainer = block->isTableCell() || block->isBody() || block->style()->marginTopCollapse() == MDISCARD ||
110 block->style()->marginBottomCollapse() == MDISCARD;
    [all...]

Completed in 35 milliseconds