Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutState

229         // is known. The page logical height thing in LayoutState is meaningless for flow
256 view()->layoutState()->pageLogicalOffset(*this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset());
318 if (renderView->layoutState()->pageLogicalHeight())
319 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(*this, logicalTop()));
352 LayoutState state(*this, locationOffset(), pageLogicalHeight, pageLogicalHeightChanged, columnInfo());
566 bool paginated = view()->layoutState()->isPaginated();
1163 LayoutState* layoutState = view()->layoutState();
1164 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTop > beforeCollapseLogicalTop) {
1401 LayoutState* layoutState = view()->layoutState();
1402 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logicalHeight())
1409 if (layoutState->isPaginated()) {
1602 bool checkColumnBreaks = isInsideMulticolFlowThread || view()->layoutState()->isPaginatingColumns();
1603 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight(); // FIXME: Once columns can print we have to check this.
1613 view()->layoutState()->addForcedColumnBreak(*child, logicalOffset);
1626 bool checkColumnBreaks = isInsideMulticolFlowThread || view()->layoutState()->isPaginatingColumns();
1627 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight(); // FIXME: Once columns can print we have to check this.
1642 view()->layoutState()->addForcedColumnBreak(*child, logicalOffset);
1938 // FIXME: Avoid disabling LayoutState. At the very least, don't disable it for floats originating
2213 if (isChildRenderBlock && !floatBox->needsLayout() && view()->layoutState()->pageLogicalHeightChanged())
2216 bool needsBlockDirectionLocationSetBeforeLayout = isChildRenderBlock && view()->layoutState()->needsBlockDirectionLocationSetBeforeLayout();
2345 LayoutState* layoutState = view()->layoutState();
2346 bool isPaginated = layoutState->isPaginated();