Searched refs:contentsToScreen (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/mac/
H A DFrameSelectionMac.mm71 selectionRect = frameView->contentsToScreen(selectionRect);
72 viewRect = frameView->contentsToScreen(viewRect);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleUtil.cpp67 rect = frameView->contentsToScreen(rect);
H A DWebKitAccessibleInterfaceText.cpp463 extents = document->view()->contentsToScreen(extents);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/FullScreen/
H A DWebFullScreenManager.cpp57 return element->renderer()->view()->frameView()->contentsToScreen(contentsBox.enclosingBoundingBox());
/macosx-10.9.5/WebCore-7537.78.1/plugins/efl/
H A DPluginViewEfl.cpp93 const IntRect rect = parent()->contentsToScreen(IntRect(0, 0, event->offsetX(), event->offsetY()));
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.h229 IntRect contentsToScreen(const IntRect&) const;
H A DScrollView.cpp785 IntRect ScrollView::contentsToScreen(const IntRect& rect) const function in class:WebCore::ScrollView
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm650 return frameView->contentsToScreen(enclosingIntRect(rectInRootViewCoordinates));
662 return frameView->contentsToScreen(enclosingIntRect(rectInRootViewCoordinates));
910 IntPoint point = frameView->contentsToScreen(IntRect(frameView->windowToContents(event.position()), IntSize())).location();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFullScreenController.mm61 return element->renderer()->view()->frameView()->contentsToScreen(contentsBox.enclosingBoundingBox());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleBase.cpp715 IntRect screenRect(childObj->documentFrameView()->contentsToScreen(childObj->pixelSnappedElementRect()));
H A DDOMHTMLClasses.cpp1314 IntRect coreRect = view->contentsToScreen(renderer->absoluteBoundingBoxRect());
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp1952 return m_renderer->document()->view()->contentsToScreen(pixelSnappedIntRect(ourrect));
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp931 return document()->view()->contentsToScreen(renderer()->absoluteBoundingBoxRectIgnoringTransforms());

Completed in 209 milliseconds