Home
last modified time | relevance | path

Searched refs:layoutState (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp716 static void deleteLineRange(LineLayoutState& layoutState, RootInlineBox* startLine, RootInlineBox* … in deleteLineRange() argument
720 layoutState.updatePaintInvalidationRangeFromBox(boxToDelete); in deleteLineRange()
729 void RenderBlockFlow::layoutRunsAndFloats(LineLayoutState& layoutState) in layoutRunsAndFloats() argument
733 RootInlineBox* startLine = determineStartPosition(layoutState, resolver); in layoutRunsAndFloats()
736 layoutState.setLastFloat(m_floatingObjects->set().last().get()); in layoutRunsAndFloats()
742 if (!layoutState.isFullLayout() && startLine) in layoutRunsAndFloats()
743 determineEndPosition(layoutState, startLine, cleanLineStart, cleanLineBidiStatus); in layoutRunsAndFloats()
746 if (!layoutState.usesPaintInvalidationBounds()) in layoutRunsAndFloats()
747 layoutState.setPaintInvalidationRange(logicalHeight()); in layoutRunsAndFloats()
748 deleteLineRange(layoutState, startLine); in layoutRunsAndFloats()
[all …]
DRenderFlowThread.cpp304 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); in pushFlowThreadLayoutState() local
305 if (layoutState && layoutState->isPaginated()) { in pushFlowThreadLayoutState()
306 ASSERT(layoutState->renderer() == currentBoxDescendant); in pushFlowThreadLayoutState()
307 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset(); in pushFlowThreadLayoutState()
320 LayoutState* layoutState = currentBoxDescendant->view()->layoutState(); in popFlowThreadLayoutState() local
321 if (layoutState && layoutState->isPaginated()) in popFlowThreadLayoutState()
337 LayoutState* layoutState = view()->layoutState(); in offsetFromLogicalTopOfFirstRegion() local
338 ASSERT(layoutState->renderer() == currentBlock); in offsetFromLogicalTopOfFirstRegion()
339 ASSERT(layoutState && layoutState->isPaginated()); in offsetFromLogicalTopOfFirstRegion()
340 LayoutSize offsetDelta = layoutState->layoutOffset() - layoutState->pageOffset(); in offsetFromLogicalTopOfFirstRegion()
DLayoutState.cpp45 ASSERT(!view.layoutState()); in LayoutState()
52 , m_next(renderer.view()->layoutState()) in LayoutState()
107 , m_next(root.view()->layoutState()) in LayoutState()
126 if (m_renderer.view()->layoutState()) { in ~LayoutState()
127 ASSERT(m_renderer.view()->layoutState() == this); in ~LayoutState()
DRenderBlockFlow.cpp270 …view()->layoutState()->pageLogicalOffset(*this, borderBefore() + paddingBefore() + layoutOverflowL… in shouldRelayoutForPagination()
367 if (renderView->layoutState()->pageLogicalHeight()) in layoutBlock()
368 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(*this, logicalTop())); in layoutBlock()
616 bool paginated = view()->layoutState()->isPaginated(); in layoutBlockChild()
875 …bool checkColumnBreaks = view()->layoutState()->isPaginatingColumns() || flowThreadContainingBlock… in adjustForUnsplittableChild()
876 bool checkPageBreaks = !checkColumnBreaks && view()->layoutState()->pageLogicalHeight(); in adjustForUnsplittableChild()
1305 LayoutState* layoutState = view()->layoutState(); in collapseMargins() local
1306 …if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTop > beforeCollapseL… in collapseMargins()
1521 LayoutState* layoutState = view()->layoutState(); in estimateLogicalTopPosition() local
1522 …if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logical… in estimateLogicalTopPosition()
[all …]
DRenderBlock.cpp1417 …zing() == BORDER_BOX && needsPreferredWidthsRecalculation() && view()->layoutState()->containingBl… in widthAvailableToChildrenHasChanged()
1675 …view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the col… in layoutPositionedObjects()
1712 …bool needsBlockDirectionLocationSetBeforeLayout = r->needsLayout() && view()->layoutState()->needs… in layoutPositionedObjects()
1734 …view()->layoutState()->setColumnInfo(columnInfo()); // FIXME: Kind of gross. We just put this back… in layoutPositionedObjects()
1752 …if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight… in markForPaginationRelayoutIfNeeded()
4056 return renderView->layoutState()->pageLogicalHeight(); in pageLogicalHeightForOffset()
4067 LayoutUnit pageLogicalHeight = renderView->layoutState()->pageLogicalHeight(); in pageRemainingLogicalHeightForOffset()
4090 else if (ColumnInfo* colInfo = view()->layoutState()->columnInfo()) in updateMinimumPageHeight()
4096 LayoutState* layoutState = view()->layoutState(); in offsetFromLogicalTopOfFirstPage() local
4097 if (layoutState && !layoutState->isPaginated()) in offsetFromLogicalTopOfFirstPage()
[all …]
DRenderView.h115 LayoutState* layoutState() const { return m_layoutState; } in layoutState() function
DRenderView.cpp853 void RenderView::pushLayoutState(LayoutState& layoutState) in pushLayoutState() argument
858 currentFlowThread->pushFlowThreadLayoutState(layoutState.renderer()); in pushLayoutState()
860 m_layoutState = &layoutState; in pushLayoutState()
DRenderTable.cpp364 if (view()->layoutState()->isPaginated()) { in layoutCaption()
563 if (view()->layoutState()->pageLogicalHeight()) in layout()
564 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(*this, logicalTop())); in layout()
DRenderDeprecatedFlexibleBox.cpp292 if (view()->layoutState()->pageLogicalHeight()) in layoutBlock()
293 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(*this, logicalTop())); in layoutBlock()
DRenderBox.cpp3964 if (view()->layoutState()->pageLogicalHeightChanged() && slowFirstChild()) in markForPaginationRelayoutIfNeeded()
4503 LayoutState* layoutState = view()->layoutState(); in offsetFromLogicalTopOfFirstPage() local
4504 if (layoutState && !layoutState->isPaginated()) in offsetFromLogicalTopOfFirstPage()
4507 if (!layoutState && !flowThreadContainingBlock()) in offsetFromLogicalTopOfFirstPage()
DRootInlineBox.cpp243 if (block().view()->layoutState()->isPaginated()) in alignBoxesInBlockDirection()
DRenderTableSection.cpp1044 if (view()->layoutState()->pageLogicalHeight() && cell->logicalHeight() != rHeight) { in layoutRows()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.cpp712 ASSERT(!renderer->view()->layoutState()); in notificationPostTimerFired()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp739 LayoutState layoutState(*rootForThisLayout); in performLayout() local