Home
last modified time | relevance | path

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

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