/external/chromium_org/mojo/public/cpp/application/ |
H A D | connect.h | 13 inline void ConnectToService(ServiceProvider* service_provider, function in namespace:mojo 17 service_provider->ConnectToService(Interface::Name_, pipe.handle1.Pass());
|
H A D | application_connection.h | 49 void ConnectToService(InterfacePtr<Interface>* ptr) { function in class:mojo::ApplicationConnection 52 GetServiceProvider()->ConnectToService(Interface::Name_, 67 void ConnectToService(const std::string& application_url, function in class:mojo::ApplicationConnection 69 ConnectToApplication(application_url)->ConnectToService(ptr);
|
H A D | application_impl.h | 72 void ConnectToService(const std::string& application_url, function in class:mojo::ApplicationImpl 74 ConnectToApplication(application_url)->ConnectToService(ptr);
|
H A D | lazy_interface_ptr.h | 33 mojo::ConnectToService<Interface>(
|
H A D | service_provider_impl.h | 34 // ConnectToService() calls on this object will be silently dropped. 45 virtual void ConnectToService(
|
/external/chromium_org/mojo/public/cpp/application/lib/ |
H A D | weak_service_provider.cc | 28 void WeakServiceProvider::ConnectToService( function in class:mojo::internal::WeakServiceProvider 32 service_provider_->ConnectToService(service_name, client_handle.Pass());
|
H A D | service_connector.h | 20 virtual void ConnectToService(const std::string& name, 40 virtual void ConnectToService(const std::string& name, function in class:mojo::internal::InterfaceFactoryConnector
|
H A D | weak_service_provider.h | 18 // Calls to ConnectToService() are silently dropped when the pipe is closed. 29 virtual void ConnectToService(
|
H A D | service_provider_impl.cc | 26 void ServiceProviderImpl::ConnectToService( function in class:mojo::ServiceProviderImpl 36 return service_connector->ConnectToService(service_name,
|
H A D | service_registry.cc | 72 void ServiceRegistry::ConnectToService(const mojo::String& service_name, function in class:mojo::internal::ServiceRegistry 81 return service_connector->ConnectToService(service_name,
|
/external/chromium_org/mojo/shell/ |
H A D | shell_test_base_unittest.cc | 60 ConnectToService(GURL("mojo:mojo_test_request_tracker_app"), 94 ConnectToService(test_app_url(), &service); 114 ConnectToService(GURL("mojo:non_existent_service"), &test_service); 140 ConnectToService(test_app_url(), &service); 186 ConnectToService(test_app_url(), &service1); 187 ConnectToService(test_app_url(), &service2); 209 ConnectToService(test_app_url(), &service); 216 ConnectToService(test_app_url(), &time_service); 229 ConnectToService(test_app_url(), &service); 236 ConnectToService(GUR [all...] |
H A D | shell_test_base.h | 38 ScopedMessagePipeHandle ConnectToService( 47 void ConnectToService(const GURL& application_url, function in class:mojo::shell::test::ShellTestBase 49 ptr->Bind(ConnectToService(application_url, Interface::Name_).Pass());
|
H A D | run.cc | 16 virtual void ConnectToService(const mojo::String& service_name,
|
/external/chromium_org/content/renderer/mojo/ |
H A D | service_registry_js_wrapper.cc | 35 &ServiceRegistryJsWrapper::ConnectToService); 38 mojo::Handle ServiceRegistryJsWrapper::ConnectToService( function in class:content::ServiceRegistryJsWrapper
|
H A D | service_registry_js_wrapper.h | 35 mojo::Handle ConnectToService(const std::string& service_name);
|
/external/chromium_org/content/common/mojo/ |
H A D | service_registry_impl.cc | 33 client()->ConnectToService( 64 client()->ConnectToService(mojo::String::From(service_name), handle.Pass()); 71 void ServiceRegistryImpl::ConnectToService( function in class:content::ServiceRegistryImpl
|
/external/chromium_org/mojo/examples/dbus_echo/ |
H A D | dbus_echo_app.cc | 28 app->ConnectToService(
|
/external/chromium_org/mojo/examples/echo/ |
H A D | echo_client.cc | 29 app->ConnectToService("mojo:mojo_echo_service", &echo_service_);
|
/external/chromium_org/mojo/apps/js/ |
H A D | application_delegate_impl.cc | 59 void ApplicationDelegateImpl::ConnectToService( function in class:mojo::apps::ApplicationDelegateImpl 67 service_provider->ConnectToService(interface_name, pipe_handle.Pass());
|
H A D | js_app.h | 37 Handle ConnectToService(const std::string& application_url,
|
H A D | mojo_module.cc | 35 base::Bind(&JSApp::ConnectToService,
|
/external/chromium_org/mojo/examples/compositor_app/ |
H A D | compositor_app.cc | 29 app->ConnectToService("mojo:mojo_native_viewport_service", &viewport_); 35 app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_);
|
/external/chromium_org/mojo/services/test_service/ |
H A D | test_service_impl.cc | 49 connection_->ConnectToService(app_url, &time_service_); 60 connection_->ConnectToService(
|
/external/chromium_org/mojo/examples/surfaces_app/ |
H A D | child_gl_app.cc | 27 app->ConnectToService("mojo:mojo_native_viewport_service", &gpu_service_);
|
H A D | surfaces_app.cc | 38 connection->ConnectToService("mojo:mojo_native_viewport_service", 42 connection->ConnectToService("mojo:mojo_surfaces_service", 53 connection->ConnectToService("mojo:mojo_surfaces_child_app", &child_one_); 54 connection->ConnectToService("mojo:mojo_surfaces_child_gl_app",
|