Searched defs:shell_impl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.cc196 void ApplicationManager::ConnectToClient(ShellImpl* shell_impl, argument
201 shell_impl->ConnectToClient(
205 shell_impl->ConnectToClient(requestor_url, service_provider.Pass());
214 ShellImpl* shell_impl = NULL; local
220 shell_impl = iter->second;
227 shell_impl = WeakBindToPipe(new ShellImpl(this, url), pipe.handle1.Pass());
228 url_to_shell_impl_[url] = shell_impl;
230 shell_impl->client()->Initialize(args.Pass());
233 ConnectToClient(shell_impl, url, requestor_url, service_provider.Pass());
295 void ApplicationManager::OnShellImplError(ShellImpl* shell_impl) { argument
[all...]

Completed in 136 milliseconds