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

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

Completed in 78 milliseconds