Home
last modified time | relevance | path

Searched refs:RequestShutdown (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/edk/embedder/
Dembedder.cc128 internal::g_core->RequestShutdown( in ShutdownIPCSupport()
/external/libmojo/mojo/edk/system/
Dcore.h111 void RequestShutdown(const base::Closure& callback);
Dnode_controller.h123 void RequestShutdown(const base::Closure& callback);
Dcore.cc312 void Core::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::edk::Core
321 GetNodeController()->RequestShutdown(on_shutdown); in RequestShutdown()
Dnode_controller.cc360 void NodeController::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::edk::NodeController