Home
last modified time | relevance | path

Searched refs:addLayoutDelta (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderView.h113 void addLayoutDelta(const IntSize& delta) in addLayoutDelta() function
DRenderTableSection.cpp707 … view()->addLayoutDelta(IntSize(oldCellRect.x() - cell->x(), oldCellRect.y() - cell->y())); in setCellLogicalWidths()
723 view()->addLayoutDelta(childOffset); in setCellLogicalWidths()
DRenderBlock.cpp1880 view()->addLayoutDelta(IntSize(child->x() - logicalLeft, 0)); in setLogicalLeftForChild()
1884 view()->addLayoutDelta(IntSize(0, child->y() - logicalLeft)); in setLogicalLeftForChild()
1893 view()->addLayoutDelta(IntSize(0, child->y() - logicalTop)); in setLogicalTopForChild()
1897 view()->addLayoutDelta(IntSize(child->x() - logicalTop, 0)); in setLogicalTopForChild()
2116 view()->addLayoutDelta(childOffset); in layoutBlockChild()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1457613 (WebCore::RenderView::addLayoutDelta): Added.
DChangeLog-2009-06-1655426 (WebCore::RenderView::addLayoutDelta):