Searched refs:addLayoutDelta (Results 1 – 5 of 5) sorted by relevance
113 void addLayoutDelta(const IntSize& delta) in addLayoutDelta() function
707 … view()->addLayoutDelta(IntSize(oldCellRect.x() - cell->x(), oldCellRect.y() - cell->y())); in setCellLogicalWidths()723 view()->addLayoutDelta(childOffset); in setCellLogicalWidths()
1880 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()
57613 (WebCore::RenderView::addLayoutDelta): Added.
55426 (WebCore::RenderView::addLayoutDelta):