Home | History | Annotate | Download | only in page

Lines Matching refs:updateRect

1283         IntRect updateRect = renderBox->layer()->repaintRectIncludingDescendants();
1284 updateRect = contentsToWindow(updateRect);
1286 updateRect.intersect(rectToScroll);
1287 if (!updateRect.isEmpty()) {
1292 subRectToUpdate.append(updateRect);
1304 IntRect updateRect = subRectToUpdate[i];
1305 IntRect scrolledRect = updateRect;
1307 updateRect.unite(scrolledRect);
1309 updateRect.intersect(rectToScroll);
1310 hostWindow()->invalidateContentsAndWindow(updateRect, false);
1319 void FrameView::scrollContentsSlowPath(const IntRect& updateRect)
1333 ScrollView::scrollContentsSlowPath(updateRect);