Home
last modified time | relevance | path

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

/external/libmojo/mojo/edk/embedder/
Dembedder.cc127 internal::g_core->RequestShutdown(callback); in ShutdownIPCSupport()
/external/libmojo/mojo/edk/system/
Dcore.h122 void RequestShutdown(const base::Closure& callback);
Dnode_controller.h132 void RequestShutdown(const base::Closure& callback);
Dcore.cc334 void Core::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::edk::Core
335 GetNodeController()->RequestShutdown(callback); in RequestShutdown()
Dnode_controller.cc376 void NodeController::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::edk::NodeController