canCreatePluginWithoutRenderer  151 Source/core/html/HTMLPlugInElement.cpp     if (!document().frame()->loader().client()->canCreatePluginWithoutRenderer(m_serviceType))
canCreatePluginWithoutRenderer  162 Source/core/html/HTMLPlugInElement.cpp     ASSERT(document().frame()->loader().client()->canCreatePluginWithoutRenderer(m_serviceType));
canCreatePluginWithoutRenderer  237 Source/core/loader/EmptyClients.h     virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; }
canCreatePluginWithoutRenderer  167 Source/core/loader/FrameLoaderClient.h         virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
canCreatePluginWithoutRenderer  623 Source/web/FrameLoaderClientImpl.cpp     return m_webFrame->client()->canCreatePluginWithoutRenderer(mimeType);
canCreatePluginWithoutRenderer  117 Source/web/FrameLoaderClientImpl.h     virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const;
canCreatePluginWithoutRenderer  120 public/web/WebFrameClient.h     virtual bool canCreatePluginWithoutRenderer(const WebString& mimeType) { return false; }