Lines Matching defs:layoutState

1324     if (view()->layoutState()->m_pageLogicalHeight)
1325 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop()));
1716 bool paginated = view()->layoutState()->isPaginated();
1784 bool paginated = view()->layoutState()->isPaginated();
2037 bool paginated = view()->layoutState()->isPaginated();
2214 view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the column flow, so they don't paginate with the columns.
2242 view()->layoutState()->m_columnInfo = columnInfo(); // FIXME: Kind of gross. We just put this back into the layout state so that pop() will work.
2263 if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(logicalTop()) != pageLogicalOffset()))
3188 if (isChildRenderBlock && !o->needsLayout() && view()->layoutState()->pageLogicalHeightChanged())
3191 bool affectedByPagination = isChildRenderBlock && view()->layoutState()->m_pageLogicalHeight;
3350 if (view()->layoutState()->isPaginated()) {
4424 view()->layoutState()->pageLogicalOffset(borderBefore() + paddingBefore() + contentLogicalHeight()) - colInfo->forcedBreakOffset());
6019 LayoutState* layoutState = view()->layoutState();
6020 if (!layoutState->m_pageLogicalHeight)
6024 int pageLogicalHeight = layoutState->m_pageLogicalHeight;
6025 IntSize delta = layoutState->m_layoutOffset - layoutState->m_pageOffset;
6048 bool checkColumnBreaks = view()->layoutState()->isPaginatingColumns();
6049 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; // FIXME: Once columns can print we have to check this.
6053 view()->layoutState()->addForcedColumnBreak(logicalOffset);
6062 bool checkColumnBreaks = view()->layoutState()->isPaginatingColumns();
6063 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->m_pageLogicalHeight; // FIXME: Once columns can print we have to check this.
6068 view()->layoutState()->addForcedColumnBreak(logicalOffset);
6080 LayoutState* layoutState = view()->layoutState();
6081 if (layoutState->m_columnInfo)
6082 layoutState->m_columnInfo->updateMinimumColumnHeight(childLogicalHeight);
6083 int pageLogicalHeight = layoutState->m_pageLogicalHeight;
6086 IntSize delta = layoutState->m_layoutOffset - layoutState->m_pageOffset;
6112 LayoutState* layoutState = view()->layoutState();
6113 int pageLogicalHeight = layoutState->m_pageLogicalHeight;
6117 if (layoutState->m_columnInfo)
6118 layoutState->m_columnInfo->updateMinimumColumnHeight(lineHeight);
6123 IntSize offsetDelta = layoutState->m_layoutOffset - layoutState->m_pageOffset;