Searched refs:addLayoutDelta (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderView.h113 void addLayoutDelta(const IntSize& delta) function in class:WebCore::RenderView
H A DRenderTableSection.cpp707 view()->addLayoutDelta(IntSize(oldCellRect.x() - cell->x(), oldCellRect.y() - cell->y()));
723 view()->addLayoutDelta(childOffset);
H A DRenderBlock.cpp1880 view()->addLayoutDelta(IntSize(child->x() - logicalLeft, 0));
1884 view()->addLayoutDelta(IntSize(0, child->y() - logicalLeft));
1893 view()->addLayoutDelta(IntSize(0, child->y() - logicalTop));
1897 view()->addLayoutDelta(IntSize(child->x() - logicalTop, 0));
2116 view()->addLayoutDelta(childOffset);

Completed in 97 milliseconds