Searched refs:deltaTop (Results 1 – 1 of 1) sorted by relevance
1262 int deltaTop = newBounds.y() - oldBounds.y(); in repaintAfterLayoutIfNeeded() local1263 if (deltaTop > 0) in repaintAfterLayoutIfNeeded()1264 …ingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), oldBounds.width(), deltaTop)); in repaintAfterLayoutIfNeeded()1265 else if (deltaTop < 0) in repaintAfterLayoutIfNeeded()1266 …ngContainer(repaintContainer, IntRect(newBounds.x(), newBounds.y(), newBounds.width(), -deltaTop)); in repaintAfterLayoutIfNeeded()