Home | History | Annotate | Download | only in rendering

Lines Matching defs:isPaginated

2141     if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTop > beforeCollapseLogicalTop
2315 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logicalHeight()
2323 if (layoutState->isPaginated()) {
2602 bool paginated = view()->layoutState()->isPaginated();
4107 bool isPaginated = layoutState->isPaginated();
4108 if (isPaginated && !childBox->needsLayout())
4113 if (isPaginated) {
5406 bool isPaginated = (style()->overflowY() == OPAGEDX || style()->overflowY() == OPAGEDY) && !(isRoot() || isBody());
5409 && (desiredColumnCount != 1 || !style()->hasAutoColumnWidth() || !style()->hasInlineColumnAxis() || isPaginated)
7289 ASSERT(view()->layoutState() && view()->layoutState()->isPaginated());
7666 if (layoutState && !layoutState->isPaginated())