Searched refs:layoutState (Results 1 – 13 of 13) sorted by relevance
140 bool paginated = view()->layoutState()->isPaginated(); in layout()145 …f (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layo… in layout()
1324 if (view()->layoutState()->m_pageLogicalHeight) in layoutBlock()1325 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()1716 bool paginated = view()->layoutState()->isPaginated(); in collapseMargins()1784 bool paginated = view()->layoutState()->isPaginated(); in estimateLogicalTopPosition()2037 bool paginated = view()->layoutState()->isPaginated(); in layoutBlockChild()2214 …view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the col… in layoutPositionedObjects()2242 …view()->layoutState()->m_columnInfo = columnInfo(); // FIXME: Kind of gross. We just put this back… in layoutPositionedObjects()2263 …if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight… in markForPaginationRelayoutIfNeeded()3188 … if (isChildRenderBlock && !o->needsLayout() && view()->layoutState()->pageLogicalHeightChanged()) in insertFloatingObject()3191 bool affectedByPagination = isChildRenderBlock && view()->layoutState()->m_pageLogicalHeight; in insertFloatingObject()[all …]
1037 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint() local1040 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()1041 if (layoutState->m_clipped) in computeRectForRepaint()1042 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()1126 LayoutState* layoutState = v->layoutState(); in mapLocalToContainer() local1127 IntSize offset = layoutState->m_paintOffset; in mapLocalToContainer()
129 LayoutState* layoutState() const { return m_layoutState; } in layoutState() function
1204 LayoutState* layoutState = v->layoutState(); in mapLocalToContainer() local1205 IntSize offset = layoutState->m_paintOffset; in mapLocalToContainer()1412 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint() local1421 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()1422 if (layoutState->m_clipped) in computeRectForRepaint()1423 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()
712 …if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->p… in setCellLogicalWidths()718 …if (style()->isHorizontalWritingMode() && view()->layoutState()->pageLogicalHeight() && cell->heig… in setCellLogicalWidths()
284 if (view()->layoutState()->pageLogicalHeight()) in layoutBlock()285 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()
461 if (view()->layoutState()->pageLogicalHeight()) in layout()462 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layout()
985 bool paginated = view()->layoutState() && view()->layoutState()->isPaginated(); in layoutInlineChildren()1294 bool paginated = view()->layoutState() && view()->layoutState()->isPaginated(); in determineStartPosition()
468 ASSERT(!renderer->view()->layoutState()); in notificationPostTimerFired()
15663 to use layoutState.15669 whether it's OK to use layoutState.15674 OK to use layoutState when doing a subtree layout from the given root.16927 to decide when to use layoutState, which is to test for layoutStateEnabled()
55398 push even when layoutState is disabled, so that layoutDelta55431 (WebCore::RenderView::layoutState):
41437 (WebCore::RenderView::layoutState):