Searched refs:deltaBottom (Results 1 – 1 of 1) sorted by relevance
1268 int deltaBottom = newBounds.maxY() - oldBounds.maxY(); in repaintAfterLayoutIfNeeded() local1269 if (deltaBottom > 0) in repaintAfterLayoutIfNeeded()1270 …tainer(repaintContainer, IntRect(newBounds.x(), oldBounds.maxY(), newBounds.width(), deltaBottom)); in repaintAfterLayoutIfNeeded()1271 else if (deltaBottom < 0) in repaintAfterLayoutIfNeeded()1272 …ainer(repaintContainer, IntRect(oldBounds.x(), newBounds.maxY(), oldBounds.width(), -deltaBottom)); in repaintAfterLayoutIfNeeded()