Searched defs:allowPlugins (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoaderClient.h186 virtual bool allowPlugins(bool enabledPerSettings) { return enabledPerSettings; } function in class:WebCore::FrameLoaderClient
H A DFrameLoader.cpp694 bool FrameLoader::allowPlugins(ReasonForCallingAllowPlugins reason) function in class:WebCore::FrameLoader
697 bool allowed = m_client->allowPlugins(settings && settings->arePluginsEnabled());
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebPermissions.cpp73 bool WebPermissions::allowPlugins(WebKit::WebFrame*, bool enabledPerSettings) function in class:WebTestRunner::WebPermissions
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPermissionClient.h57 virtual bool allowPlugins(WebFrame*, bool enabledPerSettings) { return enabledPerSettings; } function in class:WebKit::WebPermissionClient
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp194 bool FrameLoaderClientImpl::allowPlugins(bool enabledPerSettings) function in class:WebKit::FrameLoaderClientImpl
198 return webview->permissionClient()->allowPlugins(m_webFrame, enabledPerSettings);
/external/chromium_org/chrome/renderer/
H A Dchrome_render_view_observer.cc428 bool ChromeRenderViewObserver::allowPlugins(WebFrame* frame, function in class:ChromeRenderViewObserver

Completed in 181 milliseconds