Searched defs:didNotAllowPlugins (Results 1 - 3 of 3) sorted by path

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

Completed in 148 milliseconds