Home | History | Annotate | Download | only in rendering

Lines Matching refs:childStyle

1694     const RenderStyle* childStyle = child->style();
1696 return childStyle->marginBeforeCollapse() == MSEPARATE;
1698 return childStyle->marginAfterCollapse() == MSEPARATE;
1707 const RenderStyle* childStyle = child->style();
1709 return childStyle->marginAfterCollapse() == MSEPARATE;
1711 return childStyle->marginBeforeCollapse() == MSEPARATE;