Searched refs:contentsToRootView (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorOverlay.cpp97 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1())));
98 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2())));
99 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3())));
100 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
115 IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
404 IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
H A DInspectorTimelineAgent.cpp713 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1())));
714 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2())));
715 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3())));
716 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4())));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleHitTestResult.cpp158 return view->contentsToRootView(imageRect);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DColorInputType.cpp212 return element()->document()->view()->contentsToRootView(element()->pixelSnappedBoundingBox());
H A DHTMLInputElement.cpp1950 parameters.anchorRectInRootView = document()->view()->contentsToRootView(pixelSnappedBoundingBox());
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollView.h214 IntPoint contentsToRootView(const IntPoint&) const;
216 IntRect contentsToRootView(const IntRect&) const;
H A DScrollView.cpp721 IntPoint ScrollView::contentsToRootView(const IntPoint& contentsPoint) const function in class:WebCore::ScrollView
734 IntRect ScrollView::contentsToRootView(const IntRect& contentsRect) const function in class:WebCore::ScrollView
791 return hostWindow()->rootViewToScreen(contentsToRootView(rect));
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DTextControlInnerElements.cpp444 IntRect rect = document()->view()->contentsToRootView(pixelSnappedBoundingBox());
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.cpp828 imageRect.setLocation(m_page->mainFrame()->view()->rootViewToContents(src->view()->contentsToRootView(imageRect.location())));
925 m_client->startDrag(image, viewProtector->rootViewToContents(frame->view()->contentsToRootView(dragLoc)),
926 viewProtector->rootViewToContents(frame->view()->contentsToRootView(eventPos)), clipboard, frameProtector.get(), forLink);
H A DFrame.cpp840 m_page->chrome().invalidateContentsAndRootView(m_view->contentsToRootView(paintedArea[n]), false);
H A DEventHandler.cpp1030 return page->dragController()->delegateDragSourceAction(view->contentsToRootView(m_mouseDownPos));
1044 IntPoint mainFramePoint = mainView->rootViewToContents(frameView->contentsToRootView(roundedIntPoint(point)));
3030 IntPoint position = view->contentsToRootView(location);
H A DFrameView.cpp1712 updateRect = contentsToRootView(updateRect);
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DAlternativeTextController.cpp447 return view->contentsToRootView(IntRect(boundingRect));
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInputHandler.cpp821 caretRect = m_webPage->focusedOrMainFrame()->view()->contentsToRootView(caretRect);
2077 WebCore::IntRect elementRectInRootView = select->document()->view()->contentsToRootView(enclosingIntRect(select->getRect()));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPlugin.mm902 IntPoint contentsPoint = frameView->contentsToRootView(point);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp1008 IntPoint scaledLocationInRootViewCoordinates(parent()->contentsToRootView(scaledFrameRectLocation));
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm1556 intPoint = scrollView->contentsToRootView(intPoint);
3048 rect = scrollView->contentsToRootView(rect);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp874 result = view->contentsToRootView(result);

Completed in 336 milliseconds