Searched refs:scrollViewRect (Results 1 – 1 of 1) sorted by relevance
513 …IntRect scrollViewRect = convertToRootView(IntRect((shouldPlaceVerticalScrollbarOnLeft() && vertic… in rectToCopyOnScroll() local518 scrollViewRect.setWidth(scrollViewRect.width() - verticalScrollbarWidth); in rectToCopyOnScroll()519 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight); in rectToCopyOnScroll()521 return scrollViewRect; in rectToCopyOnScroll()533 IntRect scrollViewRect = rectToCopyOnScroll(); in scrollContents() local535 updateRect.intersect(scrollViewRect); in scrollContents()549 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect)) in scrollContents()