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

/external/webkit/WebCore/platform/
H A DScrollView.cpp535 IntPoint ScrollView::windowToContents(const IntPoint& windowPoint) const function in class:WebCore::ScrollView
547 IntRect ScrollView::windowToContents(const IntRect& windowRect) const function in class:WebCore::ScrollView
576 return windowToContents(hostWindow()->screenToWindow(point));

Completed in 27 milliseconds