HomeSort by relevance Sort by last modified time
    Searched refs:WebPlugin (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/public/web/
WebHelperPlugin.h 39 class WebPlugin;
48 // Returns a WebPlugin corresponding to the instantiated plugin. This will
50 virtual WebPlugin* getPlugin() = 0;
WebPluginDocument.h 39 class WebPlugin;
54 BLINK_EXPORT WebPlugin* plugin();
WebPluginContainer.h 43 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;
WebPlugin.h 63 class WebPlugin {
184 ~WebPlugin() { }
  /external/chromium_org/content/public/renderer/
render_frame.h 18 class WebPlugin;
76 virtual blink::WebPlugin* CreatePlugin(
content_renderer_client.h 38 class WebPlugin;
94 blink::WebPlugin** plugin);
98 virtual blink::WebPlugin* CreatePluginReplacement(
content_renderer_client.cc 21 blink::WebPlugin** plugin) {
25 blink::WebPlugin* ContentRendererClient::CreatePluginReplacement(
  /external/chromium_org/third_party/WebKit/Source/web/
WebHelperPluginImpl.h 56 virtual WebPlugin* getPlugin() OVERRIDE;
WebPluginDocument.cpp 45 WebPlugin* WebPluginDocument::plugin()
WebPluginContainerImpl.h 59 class WebPlugin;
74 static PassRefPtr<WebPluginContainerImpl> create(HTMLPlugInElement* element, WebPlugin* webPlugin)
76 return adoptRef(new WebPluginContainerImpl(element, webPlugin));
124 virtual WebPlugin* plugin() OVERRIDE { return m_webPlugin; }
125 virtual void setPlugin(WebPlugin*) OVERRIDE;
177 WebPluginContainerImpl(HTMLPlugInElement*, WebPlugin*);
220 WebPlugin* m_webPlugin;
WebHelperPluginImpl.cpp 37 #include "public/web/WebPlugin.h"
103 WebPlugin* WebHelperPluginImpl::getPlugin()
  /external/chromium_org/content/child/npapi/
webplugin.h 33 class WebPlugin {
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.
webplugin_delegate_impl_android.cc 10 #include "content/child/npapi/webplugin.h"
18 WebPlugin* plugin,
webplugin_delegate_impl_aura.cc 14 WebPluginDelegateImpl::WebPluginDelegateImpl(WebPlugin* plugin,
plugin_instance.h 36 class WebPlugin;
97 // Get/Set the WebPlugin associated with this instance
98 WebPlugin* webplugin() { return webplugin_; } function in class:content::PluginInstance
99 void set_web_plugin(WebPlugin* webplugin) {
100 webplugin_ = webplugin;
296 WebPlugin* webplugin_;
343 // Used to track pending range requests so that when WebPlugin replies to us
  /external/chromium_org/content/shell/renderer/
shell_content_renderer_client.h 14 class WebPlugin;
41 blink::WebPlugin** plugin) OVERRIDE;
shell_content_renderer_client.cc 46 using blink::WebPlugin;
127 WebPlugin** plugin) {
  /external/chromium_org/extensions/shell/renderer/
shell_content_renderer_client.h 34 blink::WebPlugin** plugin) OVERRIDE;
35 virtual blink::WebPlugin* CreatePluginReplacement(
shell_content_renderer_client.cc 121 blink::WebPlugin** plugin) {
126 blink::WebPlugin* ShellContentRendererClient::CreatePluginReplacement(
  /external/chromium_org/components/plugins/renderer/
webview_plugin.h 16 #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
plugin_placeholder.h 61 void ReplacePlugin(blink::WebPlugin* new_plugin);
  /external/chromium_org/content/renderer/media/crypto/
pepper_cdm_wrapper_impl.cc 15 #include "third_party/WebKit/public/web/WebPlugin.h"
35 blink::WebPlugin* plugin = helper_plugin->getPlugin();
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 34 #include "public/web/WebPlugin.h"
45 class FakeWebPlugin : public WebPlugin {
49 // WebPlugin methods:
WebHelperPluginTest.cpp 34 virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayerClient.h 41 class WebPlugin;

Completed in 1199 milliseconds

1 2 3