ZygoteHostImpl    184 content/browser/browser_main_loop.cc   ZygoteHostImpl::GetInstance()->Init(sandbox_binary.value());
ZygoteHostImpl    784 content/browser/browser_main_loop.cc   ZygoteHostImpl::GetInstance()->TearDownAfterLastChild();
ZygoteHostImpl    239 content/browser/child_process_launcher.cc       handle = ZygoteHostImpl::GetInstance()->ForkRequest(cmd_line->argv(),
ZygoteHostImpl    389 content/browser/child_process_launcher.cc       ZygoteHostImpl::GetInstance()->EnsureProcessTerminated(handle);
ZygoteHostImpl    456 content/browser/child_process_launcher.cc     context_->termination_status_ = ZygoteHostImpl::GetInstance()->
ZygoteHostImpl     51 content/browser/zygote_host/zygote_host_impl_linux.cc   return ZygoteHostImpl::GetInstance();
ZygoteHostImpl     54 content/browser/zygote_host/zygote_host_impl_linux.cc ZygoteHostImpl::ZygoteHostImpl()
ZygoteHostImpl     67 content/browser/zygote_host/zygote_host_impl_linux.cc ZygoteHostImpl::~ZygoteHostImpl() { TearDown(); }
ZygoteHostImpl     70 content/browser/zygote_host/zygote_host_impl_linux.cc ZygoteHostImpl* ZygoteHostImpl::GetInstance() {
ZygoteHostImpl     71 content/browser/zygote_host/zygote_host_impl_linux.cc   return Singleton<ZygoteHostImpl>::get();
ZygoteHostImpl     74 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
ZygoteHostImpl    223 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::TearDownAfterLastChild() {
ZygoteHostImpl    236 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::TearDown() {
ZygoteHostImpl    249 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::ZygoteChildBorn(pid_t process) {
ZygoteHostImpl    256 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::ZygoteChildDied(pid_t process) {
ZygoteHostImpl    270 content/browser/zygote_host/zygote_host_impl_linux.cc bool ZygoteHostImpl::SendMessage(const Pickle& data,
ZygoteHostImpl    286 content/browser/zygote_host/zygote_host_impl_linux.cc ssize_t ZygoteHostImpl::ReadReply(void* buf, size_t buf_len) {
ZygoteHostImpl    303 content/browser/zygote_host/zygote_host_impl_linux.cc pid_t ZygoteHostImpl::ForkRequest(
ZygoteHostImpl    395 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::AdjustRendererOOMScore(base::ProcessHandle pid,
ZygoteHostImpl    462 content/browser/zygote_host/zygote_host_impl_linux.cc void ZygoteHostImpl::EnsureProcessTerminated(pid_t process) {
ZygoteHostImpl    473 content/browser/zygote_host/zygote_host_impl_linux.cc base::TerminationStatus ZygoteHostImpl::GetTerminationStatus(
ZygoteHostImpl    523 content/browser/zygote_host/zygote_host_impl_linux.cc pid_t ZygoteHostImpl::GetPid() const {
ZygoteHostImpl    527 content/browser/zygote_host/zygote_host_impl_linux.cc pid_t ZygoteHostImpl::GetSandboxHelperPid() const {
ZygoteHostImpl    531 content/browser/zygote_host/zygote_host_impl_linux.cc int ZygoteHostImpl::GetSandboxStatus() const {
ZygoteHostImpl     23 content/browser/zygote_host/zygote_host_impl_linux.h class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost {
ZygoteHostImpl     26 content/browser/zygote_host/zygote_host_impl_linux.h   static ZygoteHostImpl* GetInstance();
ZygoteHostImpl     64 content/browser/zygote_host/zygote_host_impl_linux.h   friend struct DefaultSingletonTraits<ZygoteHostImpl>;
ZygoteHostImpl     66 content/browser/zygote_host/zygote_host_impl_linux.h   ZygoteHostImpl();
ZygoteHostImpl     67 content/browser/zygote_host/zygote_host_impl_linux.h   virtual ~ZygoteHostImpl();