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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1212 LayoutUnit deltaTop = newBounds.y() - oldBounds.y(); local
1213 if (deltaTop > 0)
1214 repaintUsingContainer(repaintContainer, LayoutRect(oldBounds.x(), oldBounds.y(), oldBounds.width(), deltaTop));
1215 else if (deltaTop < 0)
1216 repaintUsingContainer(repaintContainer, LayoutRect(newBounds.x(), newBounds.y(), newBounds.width(), -deltaTop));

Completed in 105 milliseconds