Home
last modified time | relevance | path

Searched refs:didNotAllowPlugins (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebFrameClient.h110 virtual void didNotAllowPlugins(WebFrame*) { } in didNotAllowPlugins() function
/external/webkit/Source/WebCore/loader/
DFrameLoaderClient.h310 virtual void didNotAllowPlugins() { } in didNotAllowPlugins() function
DSubframeLoader.cpp296 m_frame->loader()->client()->didNotAllowPlugins(); in allowPlugins()
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.h210 virtual void didNotAllowPlugins();
DFrameLoaderClientImpl.cpp205 void FrameLoaderClientImpl::didNotAllowPlugins() in didNotAllowPlugins() function in WebKit::FrameLoaderClientImpl
208 m_webFrame->client()->didNotAllowPlugins(m_webFrame); in didNotAllowPlugins()
/external/webkit/Source/WebKit/chromium/
DChangeLog494 (WebKit::FrameLoaderClientImpl::didNotAllowPlugins):
703 (WebKit::WebFrameClient::didNotAllowPlugins):
716 (WebKit::WebPermissionClient::didNotAllowPlugins):
734 (WebKit::FrameLoaderClientImpl::didNotAllowPlugins):
DChangeLog-2011-02-1622681 Plumb didNotAllowPlugins to the client.
22684 (WebKit::WebFrameClient::didNotAllowPlugins):
22686 (WebKit::FrameLoaderClientImpl::didNotAllowPlugins):
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2441023 (WebCore::FrameLoaderClient::didNotAllowPlugins):