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

  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 253 if (channel_host_.get()) {
259 channel_host_->RemoveRoute(instance_id_);
263 channel_host_->RemoveMappingForNPObjectOwner(instance_id_);
272 channel_host_ = NULL;
355 channel_host_ = channel_host;
358 channel_host_->AddRoute(instance_id_, this, NULL);
362 channel_host_->AddMappingForNPObjectOwner(instance_id_, GetPluginNPP());
385 if (!channel_host_.get()) {
391 return channel_host_->Send(msg);
489 if (channel_host_.get() && !channel_host_->expecting_shutdown())
    [all...]
webplugin_delegate_proxy.h 269 scoped_refptr<PluginChannelHost> channel_host_; member in class:content::WebPluginDelegateProxy

Completed in 1118 milliseconds