Home
last modified time | relevance | path

Searched refs:ZygoteStarting (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/public/app/
Dcontent_main_delegate.cc45 ZygoteForkDelegate* ContentMainDelegate::ZygoteStarting() { in ZygoteStarting() function in content::ContentMainDelegate
Dcontent_main_delegate.h69 virtual ZygoteForkDelegate* ZygoteStarting();
/external/chromium_org/chrome/app/
Dchrome_main_delegate.h35 virtual content::ZygoteForkDelegate* ZygoteStarting() OVERRIDE;
Dchrome_main_delegate.cc804 content::ZygoteForkDelegate* ChromeMainDelegate::ZygoteStarting() { in ZygoteStarting() function in ChromeMainDelegate
/external/chromium_org/content/app/
Dcontent_main_runner.cc360 zygote_fork_delegate.reset(delegate->ZygoteStarting()); in RunZygote()