Searched refs:child_process_host_ (Results 1 – 4 of 4) sorted by relevance
102 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()
109 scoped_ptr<ChildProcessHost> child_process_host_; variable
161 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()
145 scoped_ptr<content::ChildProcessHost> child_process_host_; variable