Home | History | Annotate | Download | only in platform

Lines Matching refs:updateRect

678     IntRect updateRect = clipRect;
679 updateRect.intersect(scrollViewRect);
682 hostWindow()->invalidateWindow(updateRect, false /*immediate*/);
697 scrollContentsSlowPath(updateRect);
701 scrollContentsSlowPath(updateRect);
726 void ScrollView::scrollContentsSlowPath(const IntRect& updateRect)
728 hostWindow()->invalidateContentsForSlowScroll(updateRect, false);