Searched refs:scrollViewDirtyRect (Results 1 – 1 of 1) sorted by relevance
1052 IntRect scrollViewDirtyRect = rect; in wheelEvent() local1053 scrollViewDirtyRect.intersect(frameRect()); in wheelEvent()1055 scrollViewDirtyRect.move(-x(), -y()); in wheelEvent()1057 paintScrollbars(context, scrollViewDirtyRect); in wheelEvent()