Home | History | Annotate | Download | only in rendering

Lines Matching refs:marginBottomCollapse

107         (block->style()->height().isAuto() && block->style()->height().value() == 0) && block->style()->marginBottomCollapse() != MSEPARATE;
110 block->style()->marginBottomCollapse() == MDISCARD;
590 style()->marginTopCollapse() == MSEPARATE || style()->marginBottomCollapse() == MSEPARATE)
1103 marginInfo.setBottomQuirk(child->isBottomMarginQuirk() || style()->marginBottomCollapse() == MDISCARD);
1414 if (child->style()->marginBottomCollapse() == MSEPARATE) {