Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutState

1417     widthAvailableToChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRecalculation() && view()->layoutState()->containingBlockLogicalWidthChanged();
1582 // LayoutState needs this deliberate scope to pop before paint invalidation.
1583 LayoutState state(*this, locationOffset());
1675 view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the column flow, so they don't paginate with the columns.
1712 bool needsBlockDirectionLocationSetBeforeLayout = r->needsLayout() && view()->layoutState()->needsBlockDirectionLocationSetBeforeLayout();
1734 view()->layoutState()->setColumnInfo(columnInfo()); // FIXME: Kind of gross. We just put this back into the layout state so that pop() will work.
1752 if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(*this, logicalTop()) != pageLogicalOffset()))
4056 return renderView->layoutState()->pageLogicalHeight();
4067 LayoutUnit pageLogicalHeight = renderView->layoutState()->pageLogicalHeight();
4090 else if (ColumnInfo* colInfo = view()->layoutState()->columnInfo())
4096 LayoutState* layoutState = view()->layoutState();
4097 if (layoutState && !layoutState->isPaginated())
4104 if (layoutState) {
4105 ASSERT(layoutState->renderer() == this);
4107 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset();