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.h164 IntPoint rootViewToContents(const IntPoint&) const;
166 IntRect rootViewToContents(const IntRect&) const;
DScrollView.cpp572 IntPoint ScrollView::rootViewToContents(const IntPoint& rootViewPoint) const in rootViewToContents() function in blink::ScrollView
584 IntRect ScrollView::rootViewToContents(const IntRect& rootViewRect) const in rootViewToContents() function in blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp934 …m_client->startDrag(image, mainFrameView->rootViewToContents(frame->view()->contentsToRootView(dra… in doSystemDrag()
935 …mainFrameView->rootViewToContents(frame->view()->contentsToRootView(eventPos)), dataTransfer, fram… in doSystemDrag()
DEventHandler.cpp850 …IntPoint mainFramePoint = mainView->rootViewToContents(frameView->contentsToRootView(roundedIntPoi… in hitTestResultAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1321 renderView()->setBackingNeedsPaintInvalidationInRect(rootViewToContents(updateRect)); in scrollContentsFastPath()