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

  /external/chromium_org/third_party/WebKit/Source/platform/
HostWindow.h 59 virtual IntRect rootViewToScreen(const IntRect&) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 79 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
135 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
ColorChooserPopupUIController.cpp 89 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_client->elementRectRelativeToRootView());
ExternalDateTimeChooser.cpp 115 webParams.anchorRectInScreen = chromeClient->rootViewToScreen(parameters.anchorRectInRootView);
WebPopupMenuImpl.h 126 virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE FINAL;
ChromeClientImpl.h 124 virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE;
DateTimeChooserImpl.cpp 106 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_parameters.anchorRectInRootView);
WebPopupMenuImpl.cpp 402 IntRect WebPopupMenuImpl::rootViewToScreen(const IntRect& rect) const
ChromeClientImpl.cpp 511 IntRect ChromeClientImpl::rootViewToScreen(const IntRect& rect) const
PopupContainer.cpp 199 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 68 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE;
ChromeClient.h 148 virtual IntRect rootViewToScreen(const IntRect&) const = 0;
Chrome.cpp 82 IntRect Chrome::rootViewToScreen(const IntRect& rect) const
84 return m_client->rootViewToScreen(rect);
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 85 *globalPoint = page->chrome().rootViewToScreen(WebCore::IntRect(point, WebCore::IntSize(0, 0))).location();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 134 virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; }
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 632 return window->rootViewToScreen(contentsToRootView(rect));
    [all...]

Completed in 512 milliseconds