HomeSort by relevance Sort by last modified time
    Searched refs:webplugin (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_stream_url.cc 15 #include "content/child/npapi/webplugin.h"
39 instance()->webplugin()->URLRedirectResponse(allow, id_);
76 if (instance()->webplugin()) {
77 instance()->webplugin()->CancelResource(id_);
82 if (instance()->webplugin()) {
84 instance()->webplugin()->CancelResource(range_requests_[i]);
160 if (instance()->webplugin())
161 instance()->webplugin()->CancelResource(resource_id);
180 if (!plugin_url_fetcher_.get() && instance() && instance()->webplugin()) {
181 instance()->webplugin()->ResourceClientDeleted(AsResourceClient())
    [all...]
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...]
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
plugin_url_fetcher.cc 12 #include "content/child/npapi/webplugin.h"
207 !plugin_stream_->instance()->webplugin()->CheckIfRunInsecureContent(
259 plugin_stream_->instance()->webplugin()->DidStartLoading();
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.h 52 WebPluginProxy* webplugin() { return webplugin_; } function in class:content::WebPluginDelegateStub
plugin_channel.cc 287 plugin_stubs_[i]->webplugin()->host_render_view_routing_id();
341 if (plugin_stubs_[i]->webplugin()->host_render_view_routing_id() ==
webplugin_delegate_stub.cc 37 WebPlugin* webplugin) {
48 // WebPlugin must outlive WebPluginDelegate.
56 delete webplugin;

Completed in 139 milliseconds