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

  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 102 child_process_host_.reset(ChildProcessHost::Create(this));
169 child_process_host_->TakeClientFileDescriptor(),
183 return child_process_host_.get();
208 child_process_host_->ForceShutdown();
222 child_process_host_->AddFilter(filter->GetFilter());
313 return child_process_host_->Send(message);
browser_child_process_host_impl.h 109 scoped_ptr<ChildProcessHost> child_process_host_; member in class:content::BrowserChildProcessHostImpl
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 82 child_process_host_.reset(ChildProcessHost::Create(this));
132 return child_process_host_->Send(
151 return child_process_host_->Send(
158 std::string channel_id = child_process_host_->CreateChannel();
service_utility_process_host.h 140 scoped_ptr<content::ChildProcessHost> child_process_host_; member in class:ServiceUtilityProcessHost

Completed in 420 milliseconds