Searched refs:child_process_host_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc102 child_process_host_.reset(ChildProcessHost::Create(this));
169 return child_process_host_.get();
194 child_process_host_->ForceShutdown();
208 child_process_host_->AddFilter(filter->GetFilter());
315 return child_process_host_->Send(message);
H A Dbrowser_child_process_host_impl.h109 scoped_ptr<ChildProcessHost> child_process_host_; member in class:content::BrowserChildProcessHostImpl
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.cc161 child_process_host_.reset(ChildProcessHost::Create(this));
209 std::string channel_id = child_process_host_->CreateChannel();
246 if (child_process_host_)
247 return child_process_host_->Send(msg);
H A Dservice_utility_process_host.h145 scoped_ptr<content::ChildProcessHost> child_process_host_; member in class:ServiceUtilityProcessHost

Completed in 797 milliseconds