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.cpp1324 if (view()->layoutState()->m_pageLogicalHeight) in layoutBlock()
1325 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()
1716 bool paginated = view()->layoutState()->isPaginated(); in collapseMargins()
1784 bool paginated = view()->layoutState()->isPaginated(); in estimateLogicalTopPosition()
2037 bool paginated = view()->layoutState()->isPaginated(); in layoutBlockChild()
2214 …view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the col… in layoutPositionedObjects()
2242 …view()->layoutState()->m_columnInfo = columnInfo(); // FIXME: Kind of gross. We just put this back… in layoutPositionedObjects()
2263 …if (view()->layoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight… in markForPaginationRelayoutIfNeeded()
3188 … if (isChildRenderBlock && !o->needsLayout() && view()->layoutState()->pageLogicalHeightChanged()) in insertFloatingObject()
3191 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.cpp1204 LayoutState* layoutState = v->layoutState(); in mapLocalToContainer() local
1205 IntSize offset = layoutState->m_paintOffset; in mapLocalToContainer()
1412 LayoutState* layoutState = v->layoutState(); in computeRectForRepaint() local
1421 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()
1422 if (layoutState->m_clipped) in computeRectForRepaint()
1423 rect.intersect(layoutState->m_clipRect); in computeRectForRepaint()
DRenderTableSection.cpp712 …if (!cell->needsLayout() && view()->layoutState()->pageLogicalHeight() && view()->layoutState()->p… in setCellLogicalWidths()
718 …if (style()->isHorizontalWritingMode() && view()->layoutState()->pageLogicalHeight() && cell->heig… in setCellLogicalWidths()
DRenderFlexibleBox.cpp284 if (view()->layoutState()->pageLogicalHeight()) in layoutBlock()
285 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layoutBlock()
DRenderTable.cpp461 if (view()->layoutState()->pageLogicalHeight()) in layout()
462 setPageLogicalOffset(view()->layoutState()->pageLogicalOffset(logicalTop())); in layout()
DRenderBlockLineLayout.cpp985 bool paginated = view()->layoutState() && view()->layoutState()->isPaginated(); in layoutInlineChildren()
1294 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):