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

12 3

  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 39 class WebPlugin;
76 static WebPluginDelegateImpl* Create(WebPlugin* plugin,
199 WebPluginDelegateImpl(WebPlugin* plugin, PluginInstance* instance);
294 WebPlugin* plugin_;
plugin_host.cc 315 using content::WebPlugin;
633 if (plugin.get() && plugin->webplugin()) {
650 plugin->webplugin()->InvalidateRect(rect);
652 plugin->webplugin()->Invalidate();
667 if (plugin.get() && plugin->webplugin())
668 plugin->webplugin()->Invalidate();
699 NPObject *np_object = plugin->webplugin()->GetWindowScriptNPObject();
719 NPObject *np_object = plugin->webplugin()->GetPluginElement();
765 *private_mode = plugin->webplugin()->IsOffTheRecord();
    [all...]
webplugin_delegate_impl.cc 27 WebPlugin* plugin,
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.h 88 blink::WebPlugin** plugin) OVERRIDE;
89 virtual blink::WebPlugin* CreatePluginReplacement(
163 static blink::WebPlugin* CreatePlugin(
chrome_content_renderer_client.cc 158 using blink::WebPlugin;
555 WebPlugin** plugin) {
584 WebPlugin* ChromeContentRendererClient::CreatePluginReplacement(
610 WebPlugin* ChromeContentRendererClient::CreatePlugin(
    [all...]
  /external/chromium_org/components/plugins/renderer/
plugin_placeholder.cc 33 using blink::WebPlugin;
72 void PluginPlaceholder::ReplacePlugin(WebPlugin* new_plugin) {
214 WebPlugin* plugin =
webview_plugin.cc 32 using blink::WebPlugin;
74 void WebViewPlugin::ReplayReceivedData(WebPlugin* plugin) {
mobile_youtube_plugin.cc 21 using blink::WebPlugin;
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 15 #include "third_party/WebKit/public/web/WebPlugin.h"
32 class PepperWebPluginImpl : public blink::WebPlugin {
40 // blink::WebPlugin implementation.
pepper_webplugin_impl.cc 36 using blink::WebPlugin;
99 blink::WebPlugin* replacement_plugin =
pepper_plugin_instance_impl.h 57 #include "third_party/WebKit/public/web/WebPlugin.h"
162 // the WebPlugin implementation when WebKit is about to remove the plugin.
257 void RotateView(blink::WebPlugin::RotationType type);
561 // Delete should be called by the WebPlugin before this destructor.
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 80 class WebPlugin;
106 virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) { return 0; }
  /external/chromium_org/content/plugin/
webplugin_proxy.h 19 #include "content/child/npapi/webplugin.h"
38 // 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
webplugin_delegate_stub.cc 37 WebPlugin* webplugin) {
48 // WebPlugin must outlive WebPluginDelegate.
56 delete webplugin;
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 19 #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:
web_frame_test_proxy.h 31 virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
33 blink::WebPlugin* plugin = base_proxy_->CreatePlugin(frame, params);
web_test_proxy.h 55 class WebPlugin;
168 blink::WebPlugin* CreatePlugin(blink::WebLocalFrame* frame,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 88 virtual WebPlugin* createPlugin(WebLocalFrame* frame, const WebPluginParams& params) OVERRIDE
90 if (params.mimeType == WebString::fromUTF8("application/x-webkit-test-webplugin"))
  /external/chromium_org/chrome/renderer/plugins/
chrome_plugin_placeholder.cc 38 using blink::WebPlugin;
286 WebPlugin* new_plugin = ChromeContentRendererClient::CreatePlugin(
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 16 #include "content/child/npapi/webplugin.h"
24 #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/Source/web/
WebLocalFrameImpl.h 64 class WebPlugin;
329 WebPlugin* focusedPluginIfInputMethodSupported();
WebViewImpl.h 81 class WebPlugin;
598 WebPlugin* focusedPluginIfInputMethodSupported(LocalFrame*);
WebPluginContainerImpl.cpp 87 #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)
683 , m_webPlugin(webPlugin)
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 8 #include "third_party/WebKit/public/web/WebPlugin.h"
31 NON_EXPORTED_BASE(public blink::WebPlugin),
79 // blink::WebPlugin implementation.
  /external/chromium_org/content/renderer/
render_frame_impl.h 259 virtual blink::WebPlugin* CreatePlugin(
273 virtual blink::WebPlugin* createPlugin(blink::WebLocalFrame* frame,
    [all...]

Completed in 1774 milliseconds

12 3