Home
last modified time | relevance | path

Searched refs:deltaLeft (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1250 int deltaLeft = newBounds.x() - oldBounds.x(); in repaintAfterLayoutIfNeeded() local
1251 if (deltaLeft > 0) in repaintAfterLayoutIfNeeded()
1252 …repaintUsingContainer(repaintContainer, IntRect(oldBounds.x(), oldBounds.y(), deltaLeft, oldBounds… in repaintAfterLayoutIfNeeded()
1253 else if (deltaLeft < 0) in repaintAfterLayoutIfNeeded()
1254 …repaintUsingContainer(repaintContainer, IntRect(newBounds.x(), newBounds.y(), -deltaLeft, newBound… in repaintAfterLayoutIfNeeded()