HomeSort by relevance Sort by last modified time
    Searched refs:shell_impl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/application_manager/
application_manager.cc 196 void ApplicationManager::ConnectToClient(ShellImpl* shell_impl,
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) {
    [all...]
application_manager.h 118 void ConnectToClient(ShellImpl* shell_impl,
140 void OnShellImplError(ShellImpl* shell_impl);

Completed in 665 milliseconds