Searched refs:layoutDelta (Results 1 – 11 of 11) sorted by relevance
72 IntRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), layer->size()); in LayoutState()
109 IntSize layoutDelta() const in layoutDelta() function
394 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
139 ASSERT(layoutDelta() == IntSize()); in layout()
293 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
519 box.move(view()->layoutDelta()); in outlineBoundsForRepaint()1374 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
1207 dirtyRect.move(view->layoutDelta()); in repaintRectangle()
1975 IntSize oldLayoutDelta = view()->layoutDelta(); in layoutBlockChild()2117 ASSERT(oldLayoutDelta == view()->layoutDelta()); in layoutBlockChild()
55397 Merge layoutDelta into LayoutState. This requires that we55398 push even when layoutState is disabled, so that layoutDelta55425 (WebCore::RenderView::layoutDelta):76253 Add a comment explaining layoutDelta(), and an assertion
57610 (WebCore::RenderView::layoutDelta): Added. Keeps track of the offset between
15974 initial (and also final) coordinates, since layoutDelta is factored