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

/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp706 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const function in class:WebCore::ScrollView
719 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const function in class:WebCore::ScrollView
732 return hostWindow()->windowToScreen(contentsToWindow(rect));
934 hostWindow()->invalidateContentsAndWindow(contentsToWindow(paintRect), now /*immediate*/);

Completed in 57 milliseconds