Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableRow.cpp140 bool paginated = view()->layoutState()->isPaginated(); in layout()
145 …f (!cell->needsLayout() && paginated && view()->layoutState()->pageLogicalHeight() && view()->layo… in layout()
DRenderBlock.cpp1309 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 …]
DRenderInline.cpp1037 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint() local
1040 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() local
1127 IntSize offset = layoutState->m_paintOffset; in mapLocalToContainer()
DRenderView.h129 LayoutState* layoutState() const { return m_layoutState; } in layoutState() function
DRenderBox.cpp1199 LayoutState* layoutState = v->layoutState(); in mapLocalToContainer() local
1200 IntSize offset = layoutState->m_paintOffset; in mapLocalToContainer()
1407 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint() local
1416 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()
1417 if (layoutState->m_clipped) in computeRectForRepaint()
1418 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()
DRenderTableSection.cpp706 …if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->p… in setCellLogicalWidths()
712 …if (style()->isHorizontalWritingMode() && view()->layoutState()->pageLogicalHeight() && cell->heig… in setCellLogicalWidths()
DRenderFlexibleBox.cpp290 if (view()->layoutState()->pageLogicalHeight()) in layoutBlock()
291 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()
DRenderTable.cpp460 if (view()->layoutState()->pageLogicalHeight()) in layout()
461 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layout()
DRenderBlockLineLayout.cpp981 bool paginated = view()->layoutState() && view()->layoutState()->isPaginated(); in layoutInlineChildren()
1290 bool paginated = view()->layoutState() && view()->layoutState()->isPaginated(); in determineStartPosition()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.cpp468 ASSERT(!renderer->view()->layoutState()); in notificationPostTimerFired()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2915663 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()
DChangeLog-2009-06-1655398 push even when layoutState is disabled, so that layoutDelta
55431 (WebCore::RenderView::layoutState):
DChangeLog-2007-10-1441437 (WebCore::RenderView::layoutState):