Searched refs:scrollViewDirtyRect (Results 1 – 1 of 1) sorted by relevance
1083 IntRect scrollViewDirtyRect = rect; in wheelEvent() local1084 scrollViewDirtyRect.intersect(frameRect()); in wheelEvent()1086 scrollViewDirtyRect.move(-x(), -y()); in wheelEvent()1088 paintScrollbars(context, scrollViewDirtyRect); in wheelEvent()