Searched refs:RequestShutdown (Results 1 – 5 of 5) sorted by relevance
19 Core::Get()->RequestShutdown(callback); in ShutdownIPCSupport()
156 void RequestShutdown(const base::Closure& callback);
126 void RequestShutdown(const base::Closure& callback);
273 void Core::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::core::Core274 GetNodeController()->RequestShutdown(callback); in RequestShutdown()
304 void NodeController::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::core::NodeController