Searched refs:WebPlugin (Results 26 - 50 of 63) sorted by relevance

123

/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.h88 blink::WebPlugin** plugin) OVERRIDE;
89 virtual blink::WebPlugin* CreatePluginReplacement(
163 static blink::WebPlugin* CreatePlugin(
H A Dchrome_content_renderer_client.cc158 using blink::WebPlugin;
555 WebPlugin** plugin) {
584 WebPlugin* ChromeContentRendererClient::CreatePluginReplacement(
610 WebPlugin* ChromeContentRendererClient::CreatePlugin(
/external/chromium_org/components/plugins/renderer/
H A Dplugin_placeholder.cc33 using blink::WebPlugin;
72 void PluginPlaceholder::ReplacePlugin(WebPlugin* new_plugin) {
214 WebPlugin* plugin =
H A Dwebview_plugin.cc32 using blink::WebPlugin;
74 void WebViewPlugin::ReplayReceivedData(WebPlugin* plugin) {
H A Dmobile_youtube_plugin.cc21 using blink::WebPlugin;
/external/chromium_org/content/public/renderer/
H A Dcontent_renderer_client.h38 class WebPlugin;
94 blink::WebPlugin** plugin);
98 virtual blink::WebPlugin* CreatePluginReplacement(
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h15 #include "third_party/WebKit/public/web/WebPlugin.h"
32 class PepperWebPluginImpl : public blink::WebPlugin {
40 // blink::WebPlugin implementation.
H A Dpepper_webplugin_impl.cc36 using blink::WebPlugin;
99 blink::WebPlugin* replacement_plugin =
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h19 #include "third_party/WebKit/public/web/WebPlugin.h"
31 // A fake implemention of blink::WebPlugin for testing purposes.
43 class TestPlugin : public blink::WebPlugin, public cc::TextureLayerClient {
55 // WebPlugin methods:
H A Dweb_frame_test_proxy.h31 virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
33 blink::WebPlugin* plugin = base_proxy_->CreatePlugin(frame, params);
H A Dweb_test_proxy.h55 class WebPlugin;
168 blink::WebPlugin* CreatePlugin(blink::WebLocalFrame* frame,
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPluginContainerTest.cpp88 virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
/external/chromium_org/chrome/renderer/plugins/
H A Dchrome_plugin_placeholder.cc38 using blink::WebPlugin;
286 WebPlugin* new_plugin = ChromeContentRendererClient::CreatePlugin(
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h24 #include "third_party/WebKit/public/web/WebPlugin.h"
50 class WebPluginImpl : public WebPlugin,
51 public blink::WebPlugin {
68 // blink::WebPlugin methods:
96 // WebPlugin implementation:
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h80 class WebPlugin;
106 virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) { return 0; }
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.h64 class WebPlugin;
329 WebPlugin* focusedPluginIfInputMethodSupported();
H A DWebViewImpl.h81 class WebPlugin;
598 WebPlugin* focusedPluginIfInputMethodSupported(LocalFrame*);
H A DWebPluginContainerImpl.cpp87 #include "public/web/WebPlugin.h"
251 void WebPluginContainerImpl::setPlugin(WebPlugin* plugin)
596 // WebPlugin implementation can't provide the obsolete NPObject at the same time:
676 WebPluginContainerImpl::WebPluginContainerImpl(HTMLPlugInElement* element, WebPlugin* webPlugin)
H A DFrameLoaderClientImpl.cpp84 #include "public/web/WebPlugin.h"
658 WebPlugin* webPlugin = m_webFrame->client()->createPlugin(m_webFrame, params);
662 // The container takes ownership of the WebPlugin.
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc315 using content::WebPlugin;
958 WebPlugin* webplugin = plugin->webplugin();
971 WebPlugin* webplugin = plugin->webplugin();
1011 WebPlugin* webplugin = plugin->webplugin();
H A Dwebplugin_delegate_impl.cc27 WebPlugin* plugin,
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.h38 // This is an implementation of WebPlugin that proxies all calls to the
40 class WebPluginProxy : public WebPlugin,
43 // Creates a new proxy for WebPlugin, using the given sender to send the
44 // marshalled WebPlugin calls.
53 // WebPlugin overrides
H A Dwebplugin_delegate_stub.cc37 WebPlugin* webplugin) {
48 // WebPlugin must outlive WebPluginDelegate.
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h8 #include "third_party/WebKit/public/web/WebPlugin.h"
31 NON_EXPORTED_BASE(public blink::WebPlugin),
79 // blink::WebPlugin implementation.
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h259 virtual blink::WebPlugin* CreatePlugin(
273 virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,

Completed in 591 milliseconds

123