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.cpp517 …IntRect scrollViewRect = convertToContainingWindow(IntRect((shouldPlaceVerticalScrollbarOnLeft() &… in rectToCopyOnScroll() local
522 scrollViewRect.setWidth(scrollViewRect.width() - verticalScrollbarWidth); in rectToCopyOnScroll()
523 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight); in rectToCopyOnScroll()
525 return scrollViewRect; in rectToCopyOnScroll()