HomeSort by relevance Sort by last modified time
    Searched refs:contentsToRootView (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 78 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox());
128 IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 241 quad->setP1(view->contentsToRootView(roundedIntPoint(absolute.p1())));
242 quad->setP2(view->contentsToRootView(roundedIntPoint(absolute.p2())));
243 quad->setP3(view->contentsToRootView(roundedIntPoint(absolute.p3())));
244 quad->setP4(view->contentsToRootView(roundedIntPoint(absolute.p4())));
InspectorOverlay.cpp 140 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1())));
141 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2())));
142 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3())));
143 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
157 IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
493 point = info->view->contentsToRootView(roundedIntPoint(info->renderer->localToAbsolute(point))) + info->rootView->scrollOffset();
622 IntRect boundingBox = pixelSnappedIntRect(containingView->contentsToRootView(renderer->absoluteBoundingBoxRect()));
InspectorTimelineAgent.cpp     [all...]
InspectorDOMAgent.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 175 IntPoint contentsToRootView(const IntPoint&) const;
177 IntRect contentsToRootView(const IntRect&) const;
ScrollView.cpp 575 IntPoint ScrollView::contentsToRootView(const IntPoint& contentsPoint) const
588 IntRect ScrollView::contentsToRootView(const IntRect& contentsRect) const
632 return window->rootViewToScreen(contentsToRootView(rect));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp 221 return element().document().view()->contentsToRootView(element().pixelSnappedBoundingBox());
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp     [all...]
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 817 result = view->contentsToRootView(result);
    [all...]

Completed in 316 milliseconds