Home
last modified time | relevance | path

Searched refs:webplugin_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/plugin/
Dwebplugin_delegate_stub.cc65 webplugin_(NULL), in WebPluginDelegateStub()
82 webplugin_)); in ~WebPluginDelegateStub()
86 plugin_scriptable_object_, delegate_, webplugin_); in ~WebPluginDelegateStub()
182 webplugin_ = new WebPluginProxy(channel_.get(), in OnInit()
186 delegate_ = WebPluginDelegateImpl::Create(webplugin_, path, mime_type_); in OnInit()
193 webplugin_->set_delegate(delegate_); in OnInit()
215 WebPluginResourceClient* client = webplugin_->GetResourceClient(id); in OnWillSendRequest()
224 WebPluginResourceClient* client = webplugin_->GetResourceClient(params.id); in OnDidReceiveResponse()
238 WebPluginResourceClient* client = webplugin_->GetResourceClient(id); in OnDidReceiveData()
247 WebPluginResourceClient* client = webplugin_->GetResourceClient(id); in OnDidFinishLoading()
[all …]
Dwebplugin_delegate_stub.h52 WebPluginProxy* webplugin() { return webplugin_; } in webplugin()
121 WebPluginProxy* webplugin_; variable
/external/chromium_org/content/child/npapi/
Dplugin_instance.h98 WebPlugin* webplugin() { return webplugin_; } in webplugin()
100 webplugin_ = webplugin; in set_web_plugin()
296 WebPlugin* webplugin_; variable
Dplugin_instance.cc37 webplugin_(0), in PluginInstance()
446 if (webplugin_) in OnPluginThreadAsyncCall()
540 webplugin_->CancelDocumentLoad(); in RequestRead()
561 webplugin_->InitiateHTTPRangeRequest( in RequestRead()
582 webplugin_->HandleURLRequest( in RequestURL()
/external/chromium_org/content/
Dcontent_child.gypi174 ['exclude', '^child/npapi/webplugin_'],