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

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp602 IntPoint ScrollView::rootViewToContents(const IntPoint& rootViewPoint) const function in class:WebCore::ScrollView
614 IntRect ScrollView::rootViewToContents(const IntRect& rootViewRect) const function in class:WebCore::ScrollView
667 return rootViewToContents(window->screenToRootView(point));

Completed in 26 milliseconds