Searched defs:contentsToRootView (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp608 IntPoint ScrollView::contentsToRootView(const IntPoint& contentsPoint) const function in class:WebCore::ScrollView
621 IntRect ScrollView::contentsToRootView(const IntRect& contentsRect) const function in class:WebCore::ScrollView
659 return window->rootViewToScreen(contentsToRootView(rect));

Completed in 42 milliseconds