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

/external/webkit/Source/WebKit/chromium/public/
H A DWebFrameClient.h110 virtual void didNotAllowPlugins(WebFrame*) { } function in class:WebKit::WebFrameClient
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderClient.h310 virtual void didNotAllowPlugins() { } function in class:WebCore::FrameLoaderClient
H A DSubframeLoader.cpp296 m_frame->loader()->client()->didNotAllowPlugins();
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h210 virtual void didNotAllowPlugins();
H A DFrameLoaderClientImpl.cpp205 void FrameLoaderClientImpl::didNotAllowPlugins() function in class:WebKit::FrameLoaderClientImpl
208 m_webFrame->client()->didNotAllowPlugins(m_webFrame);

Completed in 63 milliseconds