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

/external/chromium_org/content/common/mojo/
H A Dservice_registry_impl.h22 class ServiceRegistryImpl : public ServiceRegistry, class in namespace:content
25 ServiceRegistryImpl();
26 explicit ServiceRegistryImpl(mojo::ScopedMessagePipeHandle handle);
27 virtual ~ServiceRegistryImpl();
H A Dservice_registry_impl.cc11 ServiceRegistryImpl::ServiceRegistryImpl() function in class:content::ServiceRegistryImpl
15 ServiceRegistryImpl::ServiceRegistryImpl(mojo::ScopedMessagePipeHandle handle) function in class:content::ServiceRegistryImpl
20 ServiceRegistryImpl::~ServiceRegistryImpl() {
27 void ServiceRegistryImpl::BindRemoteServiceProvider(
40 void ServiceRegistryImpl::OnConnectionError() {
44 void ServiceRegistryImpl::AddService(
52 void ServiceRegistryImpl
[all...]

Completed in 103 milliseconds