Home
last modified time | relevance | path

Searched refs:zygote_fork_delegates (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/app/
H A Dcontent_main_runner_impl.cc463 std::vector<std::unique_ptr<ZygoteForkDelegate>> zygote_fork_delegates; in RunZygote() local
464 delegate->ZygoteStarting(&zygote_fork_delegates); in RunZygote()
472 if (!ZygoteMain(std::move(zygote_fork_delegates))) { in RunZygote()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/app/
H A Dcontent_main_runner_impl.cc471 zygote_fork_delegates; in RunZygote() local
472 delegate->ZygoteStarting(&zygote_fork_delegates); in RunZygote()
480 if (!service_manager::ZygoteMain(std::move(zygote_fork_delegates))) { in RunZygote()