Home
last modified time | relevance | path

Searched refs:scrollViewRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp513 …IntRect scrollViewRect = convertToRootView(IntRect((shouldPlaceVerticalScrollbarOnLeft() && vertic… in rectToCopyOnScroll() local
518 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() local
535 updateRect.intersect(scrollViewRect); in scrollContents()
549 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect)) in scrollContents()