HomeSort by relevance Sort by last modified time
    Searched refs:ZygoteMain (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/zygote/
zygote_main.h 13 bool ZygoteMain(const MainFunctionParams& params,
zygote_main_linux.cc 119 // renderer process. It's set in ZygoteMain and inherited by the renderers when
121 // functions and before ZygoteMain is called - beware).
455 bool ZygoteMain(const MainFunctionParams& params,
468 VLOG(1) << "ZygoteMain: initializing fork delegate";
471 VLOG(1) << "ZygoteMain: fork delegate is NULL";
  /external/chromium_org/content/app/
content_main_runner.cc 337 // fills in some process-launching bits around ZygoteMain().
362 if (!ZygoteMain(main_function_params, zygote_fork_delegate.get()))
449 // for why we don't use ZygoteMain directly.

Completed in 123 milliseconds