Searched refs:RequestShutdown (Results 1 – 5 of 5) sorted by relevance
127 internal::g_core->RequestShutdown(callback); in ShutdownIPCSupport()
122 void RequestShutdown(const base::Closure& callback);
132 void RequestShutdown(const base::Closure& callback);
334 void Core::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::edk::Core335 GetNodeController()->RequestShutdown(callback); in RequestShutdown()
376 void NodeController::RequestShutdown(const base::Closure& callback) { in RequestShutdown() function in mojo::edk::NodeController