Searched refs:openPagePopup (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupDriver.h37 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
H A DChromeClient.h234 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) = 0;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DMockPagePopupDriver.h51 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
H A DMockPagePopupDriver.cpp121 PagePopup* MockPagePopupDriver::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView) function in class:WebCore::MockPagePopupDriver
/external/chromium_org/third_party/WebKit/Source/web/
H A DColorChooserPopupUIController.cpp139 m_popup = m_chromeClient->openPagePopup(this, m_client->elementRectRelativeToRootView());
H A DDateTimeChooserImpl.cpp60 m_popup = m_chromeClient->openPagePopup(this, m_parameters.anchorRectInRootView);
H A DChromeClientImpl.h174 virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect&) OVERRIDE;
H A DChromeClientImpl.cpp881 PagePopup* ChromeClientImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView) function in class:blink::ChromeClientImpl
884 return m_pagePopupDriver->openPagePopup(client, originBoundsInRootView);
H A DWebViewImpl.h469 virtual WebCore::PagePopup* openPagePopup(WebCore::PagePopupClient*, const WebCore::IntRect& originBoundsInRootView) OVERRIDE;
H A DWebViewImpl.cpp1553 PagePopup* WebViewImpl::openPagePopup(PagePopupClient* client, const IntRect& originBoundsInRootView) function in class:WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h122 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect&) OVERRIDE { return 0; }

Completed in 342 milliseconds