Searched refs:WebPlugin (Results 1 - 25 of 63) sorted by relevance

123

/external/chromium_org/third_party/WebKit/public/web/
H A DWebHelperPlugin.h39 class WebPlugin;
48 // Returns a WebPlugin corresponding to the instantiated plugin. This will
50 virtual WebPlugin* getPlugin() = 0;
H A DWebPluginDocument.h39 class WebPlugin;
54 BLINK_EXPORT WebPlugin* plugin();
H A DWebPluginContainer.h43 class WebPlugin;
67 // WebPlugin::updateGeometry.
76 // These are objects derived from WebPlugin::scriptableObject. This is
96 // completion, WebPlugin::didFinishLoadingFrameRequest is called if the
97 // load was successful or WebPlugin::didFailLoadingFrameRequest is
126 virtual WebPlugin* plugin() = 0;
127 virtual void setPlugin(WebPlugin*) = 0;
H A DWebPlugin.h63 class WebPlugin { class in namespace:blink
184 ~WebPlugin() { }
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginDocument.cpp45 WebPlugin* WebPluginDocument::plugin()
H A DWebHelperPluginImpl.h56 virtual WebPlugin* getPlugin() OVERRIDE;
H A DWebPluginContainerImpl.h59 class WebPlugin;
74 static PassRefPtr<WebPluginContainerImpl> create(HTMLPlugInElement* element, WebPlugin* webPlugin)
124 virtual WebPlugin* plugin() OVERRIDE { return m_webPlugin; }
125 virtual void setPlugin(WebPlugin*) OVERRIDE;
177 WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*);
220 WebPlugin* m_webPlugin;
H A DWebHelperPluginImpl.cpp37 #include "public/web/WebPlugin.h"
103 WebPlugin* WebHelperPluginImpl::getPlugin()
/external/chromium_org/content/public/renderer/
H A Drender_frame.h18 class WebPlugin;
76 virtual blink::WebPlugin* CreatePlugin(
H A Dcontent_renderer_client.cc21 blink::WebPlugin** plugin) {
25 blink::WebPlugin* ContentRendererClient::CreatePluginReplacement(
/external/chromium_org/content/shell/renderer/
H A Dshell_content_renderer_client.h14 class WebPlugin;
41 blink::WebPlugin** plugin) OVERRIDE;
H A Dshell_content_renderer_client.cc46 using blink::WebPlugin;
127 WebPlugin** plugin) {
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_android.cc18 WebPlugin* plugin,
H A Dwebplugin_delegate_impl_aura.cc14 WebPluginDelegateImpl::WebPluginDelegateImpl(WebPlugin* plugin,
H A Dwebplugin.h33 class WebPlugin { class in namespace:content
35 virtual ~WebPlugin() {}
37 // Called by the plugin delegate to let the WebPlugin know if the plugin is
39 // tells the WebPlugin to send mouse/keyboard events to the plugin delegate,
126 // Called to inform the WebPlugin that the plugin has gained or lost focus.
H A Dplugin_instance.h36 class WebPlugin;
97 // Get/Set the WebPlugin associated with this instance
98 WebPlugin* webplugin() { return webplugin_; }
99 void set_web_plugin(WebPlugin* webplugin) {
296 WebPlugin* webplugin_;
343 // Used to track pending range requests so that when WebPlugin replies to us
H A Dwebplugin_delegate_impl.h39 class WebPlugin;
76 static WebPluginDelegateImpl* Create(WebPlugin* plugin,
199 WebPluginDelegateImpl(WebPlugin* plugin, PluginInstance* instance);
294 WebPlugin* plugin_;
/external/chromium_org/extensions/shell/renderer/
H A Dshell_content_renderer_client.h34 blink::WebPlugin** plugin) OVERRIDE;
35 virtual blink::WebPlugin* CreatePluginReplacement(
H A Dshell_content_renderer_client.cc121 blink::WebPlugin** plugin) {
126 blink::WebPlugin* ShellContentRendererClient::CreatePluginReplacement(
/external/chromium_org/content/renderer/media/crypto/
H A Dpepper_cdm_wrapper_impl.cc15 #include "third_party/WebKit/public/web/WebPlugin.h"
35 blink::WebPlugin* plugin = helper_plugin->getPlugin();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h34 #include "public/web/WebPlugin.h"
45 class FakeWebPlugin : public WebPlugin {
49 // WebPlugin methods:
H A DWebHelperPluginTest.cpp34 virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h16 #include "third_party/WebKit/public/web/WebPlugin.h"
28 // This class implements the WebPlugin interface by forwarding drawing and
35 class WebViewPlugin : public blink::WebPlugin,
66 void ReplayReceivedData(blink::WebPlugin* plugin);
70 // WebPlugin methods:
132 // This method is defined in WebPlugin as well as in WebFrameClient, but with
133 // different parameters. We only care about implementing the WebPlugin
H A Dplugin_placeholder.h61 void ReplacePlugin(blink::WebPlugin* new_plugin);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayerClient.h41 class WebPlugin;

Completed in 3449 milliseconds

123