Searched refs:canCreatePluginWithoutRenderer (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.cpp160 || !document().frame()->loader().client()->canCreatePluginWithoutRenderer(m_serviceType))
171 ASSERT(document().frame()->loader().client()->canCreatePluginWithoutRenderer(m_serviceType));
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoaderClient.h152 virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
H A DEmptyClients.h231 virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.h120 virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const;
H A DFrameLoaderClientImpl.cpp631 bool FrameLoaderClientImpl::canCreatePluginWithoutRenderer(const String& mimeType) const function in class:blink::FrameLoaderClientImpl
636 return m_webFrame->client()->canCreatePluginWithoutRenderer(mimeType);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h52 virtual bool canCreatePluginWithoutRenderer( function in class:content::WebFrameTestProxy
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h140 virtual bool canCreatePluginWithoutRenderer(const WebString& mimeType) { return false; } function in class:blink::WebFrameClient

Completed in 60 milliseconds