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

  /external/chromium_org/third_party/WebKit/Source/platform/
HostWindow.h 50 virtual IntRect rootViewToScreen(const IntRect&) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 77 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
132 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
ColorChooserPopupUIController.cpp 92 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_client->elementRectRelativeToRootView());
ExternalDateTimeChooser.cpp 113 webParams.anchorRectInScreen = chromeClient->rootViewToScreen(parameters.anchorRectInRootView);
WebPopupMenuImpl.h 118 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE FINAL;
ChromeClientImpl.h 118 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE;
DateTimeChooserImpl.cpp 109 IntRect anchorRectInScreen = m_chromeClient->rootViewToScreen(m_parameters.anchorRectInRootView);
WebPopupMenuImpl.cpp 387 IntRect WebPopupMenuImpl::rootViewToScreen(const IntRect& rect) const
WebPagePopupImpl.cpp 89 virtual IntRect rootViewToScreen(const IntRect& rect) const OVERRIDE
PopupContainer.cpp 197 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
ChromeClientImpl.cpp 502 IntRect ChromeClientImpl::rootViewToScreen(const IntRect& rect) const
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h 66 virtual IntRect rootViewToScreen(const IntRect&) const OVERRIDE;
ChromeClient.h 140 virtual IntRect rootViewToScreen(const IntRect&) const = 0;
Chrome.cpp 77 IntRect Chrome::rootViewToScreen(const IntRect& rect) const
79 return m_client->rootViewToScreen(rect);
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 85 *globalPoint = page->chrome().rootViewToScreen(blink::IntRect(point, blink::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 635 return window->rootViewToScreen(contentsToRootView(rect));
    [all...]

Completed in 233 milliseconds