Home | History | Annotate | Download | only in rendering

Lines Matching refs:blockStyle

1087     RenderStyle* blockStyle = blockFlow->style();
1091 m_canCollapseMarginBeforeWithChildren = m_canCollapseWithChildren && !beforeBorderPadding && blockStyle->marginBeforeCollapse() != MSEPARATE;
1098 && (blockStyle->logicalHeight().isAuto() && !blockStyle->logicalHeight().value()) && blockStyle->marginAfterCollapse() != MSEPARATE;