Home
last modified time | relevance | path

Searched refs:ZygoteForkDelegate (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/content/zygote/
Dzygote_linux.h24 class ZygoteForkDelegate; variable
31 Zygote(int sandbox_flags, ScopedVector<ZygoteForkDelegate> helpers,
43 ZygoteForkDelegate* started_from_helper;
124 ScopedVector<ZygoteForkDelegate> helpers_;
Dzygote_main.h14 class ZygoteForkDelegate; variable
17 ScopedVector<ZygoteForkDelegate> fork_delegates);
Dzygote_linux.cc65 void KillAndReap(pid_t pid, ZygoteForkDelegate* helper) { in KillAndReap()
84 Zygote::Zygote(int sandbox_flags, ScopedVector<ZygoteForkDelegate> helpers, in Zygote()
349 ZygoteForkDelegate* helper = NULL; in ForkWithRealPid()
350 for (ScopedVector<ZygoteForkDelegate>::iterator i = helpers_.begin(); in ForkWithRealPid()
Dzygote_main_linux.cc491 ScopedVector<ZygoteForkDelegate> fork_delegates) { in ZygoteMain()
535 for (ScopedVector<ZygoteForkDelegate>::iterator i = fork_delegates.begin(); in ZygoteMain()
/external/chromium_org/content/public/common/
Dzygote_fork_delegate_linux.h22 class ZygoteForkDelegate {
28 virtual ~ZygoteForkDelegate() {} in ~ZygoteForkDelegate()
/external/chromium_org/components/nacl/loader/
Dnacl_helper_linux.cc124 std::max(content::ZygoteForkDelegate::kPIDOracleFDIndex, in ChildNaClLoaderInit()
125 content::ZygoteForkDelegate::kBrowserFDIndex)); in ChildNaClLoaderInit()
129 child_fds[content::ZygoteForkDelegate::kPIDOracleFDIndex]->get())); in ChildNaClLoaderInit()
136 child_fds[content::ZygoteForkDelegate::kBrowserFDIndex]->Pass()); in ChildNaClLoaderInit()
164 if (content::ZygoteForkDelegate::kNumPassedFDs != child_fds.size()) { in HandleForkRequest()
/external/chromium_org/content/public/app/
Dcontent_main_delegate.h22 class ZygoteForkDelegate; variable
73 virtual void ZygoteStarting(ScopedVector<ZygoteForkDelegate>* delegates);
Dcontent_main_delegate.cc46 ScopedVector<ZygoteForkDelegate>* delegates) { in ZygoteStarting()
/external/chromium_org/components/nacl/zygote/
Dnacl_fork_delegate_linux.h27 ScopedVector<content::ZygoteForkDelegate>* delegates);
34 class NaClForkDelegate : public content::ZygoteForkDelegate {
Dnacl_fork_delegate_linux.cc131 ScopedVector<content::ZygoteForkDelegate>* delegates) { in AddNaClZygoteForkDelegates()
/external/chromium_org/chrome/app/
Dchrome_main_delegate.h43 ScopedVector<content::ZygoteForkDelegate>* delegates) OVERRIDE;
Dchrome_main_delegate.cc847 ScopedVector<content::ZygoteForkDelegate>* delegates) { in ZygoteStarting()
/external/chromium_org/content/app/
Dcontent_main_runner.cc306 ScopedVector<ZygoteForkDelegate> zygote_fork_delegates; in RunZygote()