Searched refs:setPagePopupDriver (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChromeClient.h237 virtual void setPagePopupDriver(PagePopupDriver*) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.h176 virtual void setPagePopupDriver(WebCore::PagePopupDriver*) OVERRIDE;
H A DChromeClientImpl.cpp893 void ChromeClientImpl::setPagePopupDriver(PagePopupDriver* driver) function in class:blink::ChromeClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h124 virtual void setPagePopupDriver(PagePopupDriver*) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp750 page->chrome().client().setPagePopupDriver(s_pagePopupDriver);

Completed in 147 milliseconds