Home
last modified time | relevance | path

Searched refs:layoutDelta (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DLayoutState.cpp72 IntRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), layer->size()); in LayoutState()
DRenderView.h109 IntSize layoutDelta() const in layoutDelta() function
DRenderReplaced.cpp394 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
DRenderView.cpp139 ASSERT(layoutDelta() == IntSize()); in layout()
DRenderTableCell.cpp293 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
DRenderBox.cpp519 box.move(view()->layoutDelta()); in outlineBoundsForRepaint()
1374 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
DRenderObject.cpp1207 dirtyRect.move(view->layoutDelta()); in repaintRectangle()
DRenderBlock.cpp1975 IntSize oldLayoutDelta = view()->layoutDelta(); in layoutBlockChild()
2117 ASSERT(oldLayoutDelta == view()->layoutDelta()); in layoutBlockChild()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1655397 Merge layoutDelta into LayoutState. This requires that we
55398 push even when layoutState is disabled, so that layoutDelta
55425 (WebCore::RenderView::layoutDelta):
76253 Add a comment explaining layoutDelta(), and an assertion
DChangeLog-2007-10-1457610 (WebCore::RenderView::layoutDelta): Added. Keeps track of the offset between
DChangeLog-2008-08-1015974 initial (and also final) coordinates, since layoutDelta is factored