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()
1309 if (view()->layoutState()->m_pageLogicalHeight) in layoutBlock()1310 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()1696 bool paginated = view()->layoutState()->isPaginated(); in collapseMargins()1764 bool paginated = view()->layoutState()->isPaginated(); in estimateLogicalTopPosition()2017 bool paginated = view()->layoutState()->isPaginated(); in layoutBlockChild()2194 …view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the col… in layoutPositionedObjects()2222 …view()->layoutState()->m_columnInfo = columnInfo(); // FIXME: Kind of gross. We just put this back… in layoutPositionedObjects()2243 …if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight… in markForPaginationRelayoutIfNeeded()3164 … if (isChildRenderBlock && !o->needsLayout() && view()->layoutState()->pageLogicalHeightChanged()) in insertFloatingObject()3167 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
1199 LayoutState* layoutState = v->layoutState(); in mapLocalToContainer() local1200 IntSize offset = layoutState->m_paintOffset; in mapLocalToContainer()1407 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint() local1416 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()1417 if (layoutState->m_clipped) in computeRectForRepaint()1418 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()
706 …if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->p… in setCellLogicalWidths()712 …if (style()->isHorizontalWritingMode() && view()->layoutState()->pageLogicalHeight() && cell->heig… in setCellLogicalWidths()
290 if (view()->layoutState()->pageLogicalHeight()) in layoutBlock()291 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()
460 if (view()->layoutState()->pageLogicalHeight()) in layout()461 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layout()
981 bool paginated = view()->layoutState() && view()->layoutState()->isPaginated(); in layoutInlineChildren()1290 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):