Home
last modified time | relevance | path

Searched refs:rootViewToContents (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h175 IntPoint rootViewToContents(const IntPoint&) const;
177 IntRect rootViewToContents(const IntRect&) const;
DScrollView.cpp575 IntPoint ScrollView::rootViewToContents(const IntPoint& rootViewPoint) const in rootViewToContents() function in WebCore::ScrollView
587 IntRect ScrollView::rootViewToContents(const IntRect& rootViewRect) const in rootViewToContents() function in WebCore::ScrollView
640 return rootViewToContents(window->screenToRootView(point)); in screenToContents()
/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()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1507 updateRect = rootViewToContents(updateRect); in scrollContentsFastPath()