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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DHostWindow.h50 virtual IntRect rootViewToScreen(const IntRect&) const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DValidationMessageClientImpl.cpp77 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
132 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
H A DColorChooserPopupUIController.cpp92 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_client->elementRectRelativeToRootView());
H A DExternalDateTimeChooser.cpp113 webParams.anchorRectInScreen = chromeClient->rootViewToScreen(parameters.anchorRectInRootView);
H A DWebPopupMenuImpl.h118 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE FINAL;
H A DChromeClientImpl.h118 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE;
H A DDateTimeChooserImpl.cpp109 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_parameters.anchorRectInRootView);
H A DWebPopupMenuImpl.cpp387 IntRect WebPopupMenuImpl::rootViewToScreen(const IntRect& rect) const function in class:blink::WebPopupMenuImpl
H A DWebPagePopupImpl.cpp89 virtual IntRect rootViewToScreen(const IntRect& rect) const OVERRIDE
H A DChromeClientImpl.cpp502 IntRect ChromeClientImpl::rootViewToScreen(const IntRect& rect) const function in class:blink::ChromeClientImpl
H A DPopupContainer.cpp197 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h66 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE;
H A DChrome.cpp77 IntRect Chrome::rootViewToScreen(const IntRect& rect) const function in class:blink::Chrome
79 return m_client->rootViewToScreen(rect);
H A DChromeClient.h140 virtual IntRect rootViewToScreen(const IntRect&) const = 0;
H A DEventHandler.cpp2771 IntPoint globalPosition = view->hostWindow()->rootViewToScreen(IntRect(position, IntSize())).location();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp85 *globalPoint = page->chrome().rootViewToScreen(blink::IntRect(point, blink::IntSize(0, 0))).location();
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h134 virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; }
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp635 return window->rootViewToScreen(contentsToRootView(rect));

Completed in 402 milliseconds