Home | History | Annotate | Download | only in npapi

Lines Matching refs:channel_host_

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()) {
491 info_.path, channel_host_->peer_pid());
528 if (!channel_host_.get())
548 channel_host_->peer_pid());
553 channel_host_->peer_pid());
679 if (!channel_host_.get() || !channel_host_->channel_valid()) {
736 if (!channel_host_.get())
745 channel_host_.get(), route_id, 0, page_url_, GetPluginNPP());
792 return channel_host_->peer_pid();
977 new NPObjectStub(npobject, channel_host_.get(), route_id, 0, page_url_);
998 npobject, channel_host_.get(), route_id, 0, page_url_);
1100 if (!channel_host_.get())
1104 new ResourceClientProxy(channel_host_.get(), instance_id_);
1111 if (!channel_host_.get())
1115 new ResourceClientProxy(channel_host_.get(), instance_id_);