Home
last modified time | relevance | path

Searched refs:contentsToRootView (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DValidationMessageClientImpl.cpp82 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox()); in showValidationMessage()
136 …IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox… in checkAnchorStatus()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp136 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1()))); in contentsQuadToPage()
137 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2()))); in contentsQuadToPage()
138 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3()))); in contentsQuadToPage()
139 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4()))); in contentsQuadToPage()
153 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in buildNodeQuads()
553 …IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBou… in drawNodeHighlight()
DInspectorTimelineAgent.cpp1210 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1()))); in localToPageQuad()
1211 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2()))); in localToPageQuad()
1212 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3()))); in localToPageQuad()
1213 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4()))); in localToPageQuad()
DInspectorDOMAgent.cpp1362 …IntRect boundingBox = pixelSnappedIntRect(view->contentsToRootView(renderer->absoluteBoundingBoxRe… in getBoxModel()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h176 IntPoint contentsToRootView(const IntPoint&) const;
178 IntRect contentsToRootView(const IntRect&) const;
DScrollView.cpp581 IntPoint ScrollView::contentsToRootView(const IntPoint& contentsPoint) const in contentsToRootView() function in WebCore::ScrollView
594 IntRect ScrollView::contentsToRootView(const IntRect& contentsRect) const in contentsToRootView() function in WebCore::ScrollView
632 return window->rootViewToScreen(contentsToRootView(rect)); in contentsToScreen()
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DColorInputType.cpp217 return element().document().view()->contentsToRootView(element().pixelSnappedBoundingBox()); in elementRectRelativeToRootView()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DTextControlInnerElements.cpp462 IntRect rect = document().view()->contentsToRootView(pixelSnappedBoundingBox()); in startSpeechInput()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp935 …m_client->startDrag(image, viewProtector->rootViewToContents(frame->view()->contentsToRootView(dra… in doSystemDrag()
936 …viewProtector->rootViewToContents(frame->view()->contentsToRootView(eventPos)), clipboard, framePr… in doSystemDrag()
DEventHandler.cpp927 …IntPoint mainFramePoint = mainView->rootViewToContents(frameView->contentsToRootView(roundedIntPoi… in hitTestResultAtPoint()
2857 IntPoint position = view->contentsToRootView(location); in sendContextMenuEventForKey()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp1846 …parameters.anchorRectInRootView = document().view()->contentsToRootView(pixelSnappedBoundingBox()); in setupDateTimeChooserParameters()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1487 updateRect = contentsToRootView(updateRect); in scrollContentsFastPath()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp811 result = view->contentsToRootView(result); in boundsInRootViewSpace()