Searched refs:ScopedKeepAlive (Results 1 – 3 of 3) sorted by relevance
17 class ScopedKeepAlive; variable46 std::unique_ptr<ScopedKeepAlive> keep_alive_;
50 keep_alive_ = std::make_unique<ScopedKeepAlive>( in BeforeMainMessageLoopRun()
41724 + // ScopedKeepAlive is used by `UninstallWebAppWithDialogFromStartupSwitch`.41725 + // ScopedKeepAlive's destruction triggers browser shutdown when there is no41728 + std::unique_ptr<ScopedKeepAlive> scoped_keep_alive =41729 + std::make_unique<ScopedKeepAlive>(KeepAliveOrigin::WEB_APP_UNINSTALL,