Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/embedder/
Dscoped_ipc_support.cc19 Core::Get()->RequestShutdown(callback); in ShutdownIPCSupport()
/external/libchrome/mojo/core/
Dcore.h156 void RequestShutdown(const base::Closure& callback);
Dnode_controller.h126 void RequestShutdown(const base::Closure& callback);
Dcore.cc273 void Core::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::core::Core
274 GetNodeController()->RequestShutdown(callback); in RequestShutdown()
Dnode_controller.cc304 void NodeController::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::core::NodeController