Searched defs:layoutState (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.h115 LayoutState* layoutState() const { return m_layoutState; } function in class:blink::FINAL
H A DRenderFlowThread.cpp304 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); local
305 if (layoutState && layoutState->isPaginated()) {
306 ASSERT(layoutState->renderer() == currentBoxDescendant);
307 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset();
320 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); local
321 if (layoutState
337 LayoutState* layoutState = view()->layoutState(); local
[all...]
H A DRenderView.cpp853 void RenderView::pushLayoutState(LayoutState& layoutState) argument
858 currentFlowThread->pushFlowThreadLayoutState(layoutState.renderer());
860 m_layoutState = &layoutState;
H A DRenderBlockLineLayout.cpp716 static void deleteLineRange(LineLayoutState& layoutState, RootInlineBox* startLine, RootInlineBox* stopLine = 0) argument
720 layoutState.updatePaintInvalidationRangeFromBox(boxToDelete);
729 void RenderBlockFlow::layoutRunsAndFloats(LineLayoutState& layoutState) argument
733 RootInlineBox* startLine = determineStartPosition(layoutState, resolver);
736 layoutState.setLastFloat(m_floatingObjects->set().last().get());
742 if (!layoutState.isFullLayout() && startLine)
743 determineEndPosition(layoutState, startLine, cleanLineStart, cleanLineBidiStatus);
746 if (!layoutState.usesPaintInvalidationBounds())
747 layoutState.setPaintInvalidationRange(logicalHeight());
748 deleteLineRange(layoutState, startLin
781 layoutRunsAndFloatsInRange(LineLayoutState& layoutState, InlineBidiResolver& resolver, const InlineIterator& cleanLineStart, const BidiStatus& cleanLineBidiStatus) argument
984 linkToEndLineIfNeeded(LineLayoutState& layoutState) argument
1637 determineStartPosition(LineLayoutState& layoutState, InlineBidiResolver& resolver) argument
1760 determineEndPosition(LineLayoutState& layoutState, RootInlineBox* startLine, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus) argument
1797 checkPaginationAndFloatsAtEndLine(LineLayoutState& layoutState) argument
1840 matchedEndLine(LineLayoutState& layoutState, const InlineBidiResolver& resolver, const InlineIterator& endLineStart, const BidiStatus& endLineStatus) argument
[all...]
H A DRenderBlockFlow.cpp270 view()->layoutState()->pageLogicalOffset(*this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset());
367 if (renderView->layoutState()->pageLogicalHeight())
368 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(*this, logicalTop()));
616 bool paginated = view()->layoutState()->isPaginated();
875 bool checkColumnBreaks = view()->layoutState()->isPaginatingColumns() || flowThreadContainingBlock();
876 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight();
1305 LayoutState* layoutState = view()->layoutState(); local
1306 if (layoutState->isPaginated() && layoutState
1521 LayoutState* layoutState = view()->layoutState(); local
2431 LayoutState* layoutState = view()->layoutState(); local
[all...]
H A DRenderBlock.cpp1417 widthAvailableToChildrenHasChanged |= style()->boxSizing() == BORDER_BOX && needsPreferredWidthsRecalculation() && view()->layoutState()->containingBlockLogicalWidthChanged();
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()
4096 LayoutState* layoutState = view()->layoutState(); local
[all...]
H A DRenderBox.cpp3964 if (view()->layoutState()->pageLogicalHeightChanged() && slowFirstChild())
4503 LayoutState* layoutState = view()->layoutState(); local
4504 if (layoutState && !layoutState->isPaginated())
4507 if (!layoutState && !flowThreadContainingBlock())

Completed in 185 milliseconds