Searched refs:shell_handle (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/mojo/tools/package_manager/
H A Dpackage_manager.cc9 MojoResult MojoMain(MojoHandle shell_handle) { argument
11 return runner.Run(shell_handle);
/external/chromium_org/mojo/apps/js/
H A Dmain.cc10 MojoResult MojoMain(MojoHandle shell_handle) { argument
14 return runner.Run(shell_handle);
/external/chromium_org/mojo/application_manager/
H A Dapplication_loader.cc12 ScopedMessagePipeHandle shell_handle)
13 : shell_handle_(shell_handle.Pass()) {
11 SimpleLoadCallbacks( ScopedMessagePipeHandle shell_handle) argument
H A Dbackground_shell_application_loader.cc20 ScopedMessagePipeHandle shell_handle) {
22 new ApplicationLoader::SimpleLoadCallbacks(shell_handle.Pass()));
56 ScopedMessagePipeHandle shell_handle = callbacks->RegisterApplication(); local
57 if (!shell_handle.is_valid())
80 base::Owned(new ScopedMessagePipeHandle(shell_handle.Pass()))));
111 ScopedMessagePipeHandle* shell_handle) {
115 background_loader_->Load(manager, url, shell_handle->Pass());
18 Load(ApplicationManager* manager, const GURL& url, ScopedMessagePipeHandle shell_handle) argument
108 LoadOnBackgroundThread( ApplicationManager* manager, const GURL& url, ScopedMessagePipeHandle* shell_handle) argument
/external/chromium_org/mojo/examples/apptest/
H A Dexample_service_application.cc25 MojoResult MojoMain(MojoHandle shell_handle) { argument
27 return runner.Run(shell_handle);
/external/chromium_org/mojo/examples/aura_demo/
H A Dview_manager_init.cc37 MojoResult MojoMain(MojoHandle shell_handle) { argument
39 return runner.Run(shell_handle);
/external/chromium_org/mojo/examples/demo_launcher/
H A Ddemo_launcher.cc38 MojoResult MojoMain(MojoHandle shell_handle) { argument
40 return runner.Run(shell_handle);
/external/chromium_org/mojo/examples/echo/
H A Decho_service.cc39 MojoResult MojoMain(MojoHandle shell_handle) { argument
41 return runner.Run(shell_handle);
H A Decho_client.cc41 MojoResult MojoMain(MojoHandle shell_handle) { argument
43 return runner.Run(shell_handle);
/external/chromium_org/mojo/examples/wm_flow/init/
H A Dinit.cc40 MojoResult MojoMain(MojoHandle shell_handle) { argument
42 return runner.Run(shell_handle);
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_runner.cc23 MojoResult ApplicationRunner::Run(MojoHandle shell_handle) { argument
28 MakeScopedHandle(MessagePipeHandle(shell_handle)));
H A Dapplication_impl.cc31 ScopedMessagePipeHandle shell_handle)
33 BindShell(shell_handle.Pass());
37 MojoHandle shell_handle)
39 BindShell(MakeScopedHandle(MessagePipeHandle(shell_handle)));
82 void ApplicationImpl::BindShell(ScopedMessagePipeHandle shell_handle) { argument
84 shell_.Bind(shell_handle.Pass());
30 ApplicationImpl(ApplicationDelegate* delegate, ScopedMessagePipeHandle shell_handle) argument
36 ApplicationImpl(ApplicationDelegate* delegate, MojoHandle shell_handle) argument
/external/chromium_org/mojo/shell/
H A Dui_application_loader_android.cc20 ScopedMessagePipeHandle shell_handle) {
22 new ApplicationLoader::SimpleLoadCallbacks(shell_handle.Pass()));
52 ScopedMessagePipeHandle shell_handle = callbacks->RegisterApplication(); local
53 if (!shell_handle.is_valid())
62 base::Owned(new ScopedMessagePipeHandle(shell_handle.Pass()))));
78 ScopedMessagePipeHandle* shell_handle) {
81 ui_loader_->Load(manager, url, shell_handle->Pass());
18 Load(ApplicationManager* manager, const GURL& url, ScopedMessagePipeHandle shell_handle) argument
75 LoadOnUIThread( ApplicationManager* manager, const GURL& url, ScopedMessagePipeHandle* shell_handle) argument
H A Dview_manager_loader.cc26 ScopedMessagePipeHandle shell_handle = callbacks->RegisterApplication(); local
27 if (!shell_handle.is_valid())
33 new ApplicationImpl(this, shell_handle.Pass()));
/external/chromium_org/mojo/examples/dbus_echo/
H A Ddbus_echo_app.cc49 MojoResult MojoMain(MojoHandle shell_handle) { argument
51 return runner.Run(shell_handle);
/external/chromium_org/mojo/examples/surfaces_app/
H A Dchild_app.cc48 MojoResult MojoMain(MojoHandle shell_handle) { argument
50 return runner.Run(shell_handle);
H A Dchild_gl_app.cc57 MojoResult MojoMain(MojoHandle shell_handle) { argument
59 return runner.Run(shell_handle);
/external/chromium_org/mojo/services/clipboard/
H A Dmain.cc42 MojoResult MojoMain(MojoHandle shell_handle) { argument
44 return runner.Run(shell_handle);
/external/chromium_org/mojo/services/test_service/
H A Dtest_request_tracker_application.cc44 MojoResult MojoMain(MojoHandle shell_handle) { argument
47 return runner.Run(shell_handle);
H A Dtest_service_application.cc57 MojoResult MojoMain(MojoHandle shell_handle) { argument
59 return runner.Run(shell_handle);
/external/chromium_org/mojo/services/view_manager/
H A Dmain.cc46 MojoResult MojoMain(MojoHandle shell_handle) { argument
48 return runner.Run(shell_handle);
/external/chromium_org/mojo/public/cpp/application/
H A Dapplication_runner.h17 // MojoResult MojoMain(MojoHandle shell_handle) {
19 // return runner.Run(shell_handle);
34 MojoResult Run(MojoHandle shell_handle);
/external/chromium_org/mojo/services/network/
H A Dmain.cc52 MojoResult MojoMain(MojoHandle shell_handle) { argument
55 return runner.Run(shell_handle);
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_service_application.cc50 MojoResult MojoMain(MojoHandle shell_handle) { argument
52 return runner.Run(shell_handle);
/external/chromium_org/mojo/application/
H A Dapplication_runner_chromium.h19 // MojoResult MojoMain(MojoHandle shell_handle) {
21 // return runner.Run(shell_handle);
38 MojoResult Run(MojoHandle shell_handle);

Completed in 1639 milliseconds

123