Home | History | Annotate | Download | only in rendering

Lines Matching refs:usePrintRect

2425     bool usePrintRect = !renderView->printRect().isEmpty();
2429 bool checkBeforeAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakBefore() == PBALWAYS);
2437 if (!child->isFloating() && child->isReplaced() && usePrintRect && child->height() <= renderView->printRect().height()) {
2453 bool checkAfterAlways = !childrenInline() && (usePrintRect && child->style()->pageBreakAfter() == PBALWAYS);