Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp72 …LayoutRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), renderer->cachedSize… in LayoutState()
DRenderView.h120 LayoutSize layoutDelta() const in layoutDelta() function
DRenderReplaced.cpp626 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
DRenderTableCell.cpp366 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
DRenderBox.cpp668 box.move(view()->layoutDelta()); in outlineBoundsForRepaint()
2089 r.move(v->layoutDelta()); in clippedOverflowRectForRepaint()
DRenderBlockFlow.cpp406 LayoutSize oldLayoutDelta = view()->layoutDelta(); in layoutBlockChild()
DRenderObject.cpp1472 dirtyRect.move(view->layoutDelta()); in repaintRectangle()