Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutState

243         // is known. The page logical height thing in LayoutState is meaningless for flow
270 view()->layoutState()->pageLogicalOffset(*this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset());
367 if (renderView->layoutState()->pageLogicalHeight())
368 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(*this, logicalTop()));
407 LayoutState state(*this, locationOffset(), pageLogicalHeight, pageLogicalHeightChanged, columnInfo(), logicalWidthChanged);
616 bool paginated = view()->layoutState()->isPaginated();
875 bool checkColumnBreaks = view()->layoutState()->isPaginatingColumns() || flowThreadContainingBlock();
876 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight();
1305 LayoutState* layoutState = view()->layoutState();
1306 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTop > beforeCollapseLogicalTop) {
1521 LayoutState* layoutState = view()->layoutState();
1522 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logicalHeight())
1529 if (layoutState->isPaginated()) {
1722 bool checkColumnBreaks = isInsideMulticolFlowThread || view()->layoutState()->isPaginatingColumns();
1723 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight(); // FIXME: Once columns can print we have to check this.
1733 view()->layoutState()->addForcedColumnBreak(*child, logicalOffset);
1746 bool checkColumnBreaks = isInsideMulticolFlowThread || view()->layoutState()->isPaginatingColumns();
1747 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight(); // FIXME: Once columns can print we have to check this.
1762 view()->layoutState()->addForcedColumnBreak(*child, logicalOffset);
2301 if (isChildRenderBlock && !floatBox->needsLayout() && view()->layoutState()->pageLogicalHeightChanged())
2304 bool needsBlockDirectionLocationSetBeforeLayout = isChildRenderBlock && view()->layoutState()->needsBlockDirectionLocationSetBeforeLayout();
2431 LayoutState* layoutState = view()->layoutState();
2432 bool isPaginated = layoutState->isPaginated();