Home | History | Annotate | Download | only in scroll

Lines Matching defs:updateRect

535     IntRect updateRect = clipRect;
536 updateRect.intersect(scrollViewRect);
549 scrollContentsSlowPath(updateRect);
564 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect)
566 hostWindow()->invalidateContentsForSlowScroll(updateRect);