Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1290 …IntRect rightRect(newOutlineBox.x() + min(newOutlineBox.width(), oldOutlineBox.width()) - borderWi… in repaintAfterLayoutIfNeeded() local
1295 if (rightRect.x() < right) { in repaintAfterLayoutIfNeeded()
1296 rightRect.setWidth(min(rightRect.width(), right - rightRect.x())); in repaintAfterLayoutIfNeeded()
1297 repaintUsingContainer(repaintContainer, rightRect); in repaintAfterLayoutIfNeeded()