Searched refs:createPlugin (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHelperPluginImpl.cpp72 m_pluginContainer = adoptRef(toWebPluginContainerImpl(frame->frame()->loader().client()->createPlugin(
H A DFrameLoaderClientImpl.cpp639 PassRefPtr<Widget> FrameLoaderClientImpl::createPlugin( function in class:blink::FrameLoaderClientImpl
658 WebPlugin* webPlugin = m_webFrame->client()->createPlugin(m_webFrame, params);
681 return createPlugin(element, KURL(), paramNames, paramValues,
H A DFrameLoaderClientImpl.h121 virtual PassRefPtr<Widget> createPlugin(
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebHelperPluginTest.cpp34 virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
H A DWebPluginContainerTest.cpp88 virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
92 return WebFrameClient::createPlugin(frame, params);
/external/chromium_org/remoting/webapp/
H A Dclient_plugin.js303 remoting.ClientPluginFactory.prototype.createPlugin =
H A Dclient_plugin_impl.js956 remoting.DefaultClientPluginFactory.prototype.createPlugin =
H A Dclient_session.js420 this.plugin_ = remoting.ClientPlugin.factory.createPlugin(
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.cpp130 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) function in class:blink::EmptyFrameLoaderClient
H A DFrameLoaderClient.h153 virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually, DetachedPluginPolicy) = 0;
H A DEmptyClients.h230 virtual PassRefPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) OVERRIDE;
/external/chromium_org/remoting/webapp/browser_test/
H A Dmock_client_plugin.js179 remoting.MockClientPluginFactory.prototype.createPlugin =
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h31 virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame, function in class:content::WebFrameTestProxy
36 return Base::createPlugin(frame, params);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h106 virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) { return 0; } function in class:blink::WebFrameClient
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.cpp490 widget = frame->loader().client()->createPlugin(this, url, paramNames, paramValues, mimeType, loadManually, policy);
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h273 virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
H A Drender_frame_impl.cc1547 blink::WebPlugin* RenderFrameImpl::createPlugin( function in class:content::RenderFrameImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1128 milliseconds