Home
last modified time | relevance | path

Searched refs:ScopedKeepAlive (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/chrome/
Dchrome_main_runner_delegate.h17 class ScopedKeepAlive; variable
46 std::unique_ptr<ScopedKeepAlive> keep_alive_;
Dchrome_main_runner_delegate.cc50 keep_alive_ = std::make_unique<ScopedKeepAlive>( in BeforeMainMessageLoopRun()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch41724 + // ScopedKeepAlive is used by `UninstallWebAppWithDialogFromStartupSwitch`.
41725 + // ScopedKeepAlive's destruction triggers browser shutdown when there is no
41728 + std::unique_ptr<ScopedKeepAlive> scoped_keep_alive =
41729 + std::make_unique<ScopedKeepAlive>(KeepAliveOrigin::WEB_APP_UNINSTALL,