Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginAfterCollapse

108         (block->style()->logicalHeight().isAuto() && block->style()->logicalHeight().value() == 0) && block->style()->marginAfterCollapse() != MSEPARATE;
111 block->style()->marginAfterCollapse() == MDISCARD;
1098 || style()->marginBeforeCollapse() == MSEPARATE || style()->marginAfterCollapse() == MSEPARATE)
1711 marginInfo.setMarginAfterQuirk(child->isMarginAfterQuirk() || style()->marginAfterCollapse() == MDISCARD);
2105 if (child->style()->marginAfterCollapse() == MSEPARATE) {