allowPlugins      369 Source/core/dom/DOMImplementation.cpp     if (init.frame() && init.frame()->page() && init.frame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
allowPlugins      184 Source/core/html/HTMLAppletElement.cpp     if (frame->loader().allowPlugins(AboutToInstantiatePlugin))
allowPlugins       54 Source/core/html/HTMLNoEmbedElement.cpp     if (document().frame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
allowPlugins      461 Source/core/html/HTMLPlugInElement.cpp     if (!frame->loader().allowPlugins(AboutToInstantiatePlugin))
allowPlugins       84 Source/core/html/PluginDocument.cpp     if (!frame->settings() || !frame->loader().allowPlugins(NotAboutToInstantiatePlugin))
allowPlugins       41 Source/core/html/parser/HTMLParserOptions.cpp     pluginsEnabled = frame && frame->loader().allowPlugins(NotAboutToInstantiatePlugin);
allowPlugins      523 Source/core/loader/FrameLoader.cpp     bool allowed = m_client->allowPlugins(settings && settings->pluginsEnabled());
allowPlugins      184 Source/core/loader/FrameLoader.h     bool allowPlugins(ReasonForCallingAllowPlugins);
allowPlugins      186 Source/core/loader/FrameLoaderClient.h         virtual bool allowPlugins(bool enabledPerSettings) { return enabledPerSettings; }
allowPlugins      297 Source/core/page/Page.cpp     if (!mainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
allowPlugins       70 Source/core/plugins/DOMMimeType.cpp     if (!m_frame || !m_frame->page() || !m_frame->page()->mainFrame()->loader().allowPlugins(NotAboutToInstantiatePlugin))
allowPlugins      194 Source/web/FrameLoaderClientImpl.cpp         return m_webFrame->permissionClient()->allowPlugins(m_webFrame, enabledPerSettings);
allowPlugins      133 Source/web/FrameLoaderClientImpl.h     virtual bool allowPlugins(bool enabledPerSettings) OVERRIDE;
allowPlugins       61 public/web/WebPermissionClient.h     virtual bool allowPlugins(WebLocalFrame*, bool enabledPerSettings) { return enabledPerSettings; }