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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderElement.cpp1218 LayoutUnit deltaBottom = newBounds.maxY() - oldBounds.maxY(); local
1219 if (deltaBottom > 0)
1220 repaintUsingContainer(repaintContainer, LayoutRect(newBounds.x(), oldBounds.maxY(), newBounds.width(), deltaBottom));
1221 else if (deltaBottom < 0)
1222 repaintUsingContainer(repaintContainer, LayoutRect(oldBounds.x(), newBounds.maxY(), oldBounds.width(), -deltaBottom));

Completed in 61 milliseconds