Searched refs:ZygoteStarting (Results 1 – 5 of 5) sorted by relevance
45 ZygoteForkDelegate* ContentMainDelegate::ZygoteStarting() { in ZygoteStarting() function in content::ContentMainDelegate
69 virtual ZygoteForkDelegate* ZygoteStarting();
35 virtual content::ZygoteForkDelegate* ZygoteStarting() OVERRIDE;
804 content::ZygoteForkDelegate* ChromeMainDelegate::ZygoteStarting() { in ZygoteStarting() function in ChromeMainDelegate
360 zygote_fork_delegate.reset(delegate->ZygoteStarting()); in RunZygote()