Searched refs:contentsToScreen (Results 1 – 18 of 18) sorted by relevance
70 selectionRect = frameView->contentsToScreen(selectionRect);71 viewRect = frameView->contentsToScreen(viewRect);
129 BRect screenRect(view->contentsToScreen(rect)); in show()
218 IntRect contentsToScreen(const IntRect&) const;
726 IntRect ScrollView::contentsToScreen(const IntRect& rect) const in contentsToScreen() function in WebCore::ScrollView
501 IntRect screenRect(childObj->documentFrameView()->contentsToScreen(childObj->elementRect())); in accLocation()
1312 IntRect coreRect = view->contentsToScreen(renderer->absoluteBoundingBoxRect()); in rectOnScreen()
3350 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
1558 extents = document->view()->contentsToScreen(extents); in textExtents()1893 rect = frameView->contentsToScreen(rect); in contentsToAtk()
2281 IntPoint globalPosition = view->contentsToScreen(IntRect(location, IntSize())).location(); in sendContextMenuEventForKey()2357 …IntPoint globalPoint = view->contentsToScreen(IntRect(view->windowToContents(m_currentMousePositio… in fakeMouseMoveEventTimerFired()
617 return renderer()->view()->frameView()->contentsToScreen(renderer()->absoluteBoundingBoxRect()); in screenRect()
2556 return m_renderer->document()->view()->contentsToScreen(ourrect); in boundsForVisiblePositionRange()
2969 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
14452 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
14713 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
20124 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.
27198 Implement contentsToScreen() and screenToContents() on Windows.27203 (WebCore::ScrollView::contentsToScreen): Translate from coordinates
82478 … Make contentsToScreen/screenToContents cross-platform. Only implemented by Mac/Win right now.82492 (WebCore::ScrollView::contentsToScreen):
96456 (WebCore::ScrollView::contentsToScreen):