Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderObject.cpp1787 IntRect bottomRect(newOutlineBox.x(), in repaintAfterLayoutIfNeeded() local
1792 if (bottomRect.y() < bottom) { in repaintAfterLayoutIfNeeded()
1793 bottomRect.setHeight(min(bottomRect.height(), bottom - bottomRect.y())); in repaintAfterLayoutIfNeeded()
1794 v->repaintViewRectangle(bottomRect); in repaintAfterLayoutIfNeeded()