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

  /external/chromium_org/content/common/mojo/
service_registry_impl.cc 11 ServiceRegistryImpl::ServiceRegistryImpl()
15 ServiceRegistryImpl::ServiceRegistryImpl(mojo::ScopedMessagePipeHandle handle)
20 ServiceRegistryImpl::~ServiceRegistryImpl() {
27 void ServiceRegistryImpl::BindRemoteServiceProvider(
40 void ServiceRegistryImpl::OnConnectionError() {
44 void ServiceRegistryImpl::AddService(
52 void ServiceRegistryImpl::RemoveService(const std::string& service_name)
    [all...]
service_registry_impl.h 22 class ServiceRegistryImpl : public ServiceRegistry,
25 ServiceRegistryImpl();
26 explicit ServiceRegistryImpl(mojo::ScopedMessagePipeHandle handle);
27 virtual ~ServiceRegistryImpl();

Completed in 79 milliseconds