Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutState

304         LayoutState* layoutState = currentBoxDescendant->view()->layoutState();
305 if (layoutState && layoutState->isPaginated()) {
306 ASSERT(layoutState->renderer() == currentBoxDescendant);
307 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset();
320 LayoutState* layoutState = currentBoxDescendant->view()->layoutState();
321 if (layoutState && layoutState->isPaginated())
337 LayoutState* layoutState = view()->layoutState();
338 ASSERT(layoutState->renderer() == currentBlock);
339 ASSERT(layoutState && layoutState->isPaginated());
340 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset();