HomeSort by relevance Sort by last modified time
    Searched defs:ZygoteHostImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 23 class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost {
26 static ZygoteHostImpl* GetInstance();
63 friend struct DefaultSingletonTraits<ZygoteHostImpl>;
65 ZygoteHostImpl();
66 virtual ~ZygoteHostImpl();
zygote_host_impl_linux.cc 74 return ZygoteHostImpl::GetInstance();
77 ZygoteHostImpl::ZygoteHostImpl()
90 ZygoteHostImpl::~ZygoteHostImpl() { TearDown(); }
93 ZygoteHostImpl* ZygoteHostImpl::GetInstance() {
94 return Singleton<ZygoteHostImpl>::get();
97 void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
210 void ZygoteHostImpl::TearDownAfterLastChild()
    [all...]

Completed in 51 milliseconds