Searched refs:ServiceWatcherProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_client_mdns.cc174 class ServiceWatcherProxy : public ProxyBase<ServiceWatcher> { class in namespace:local_discovery::__anon4183
176 ServiceWatcherProxy(ServiceDiscoveryClientMdns* client_mdns, function in class:local_discovery::__anon4183::ServiceWatcherProxy
186 base::Bind(&ServiceWatcherProxy::OnCallback, GetWeakPtr(), callback)));
235 DISALLOW_COPY_AND_ASSIGN(ServiceWatcherProxy);
336 new ServiceWatcherProxy(this, service_type, callback));
H A Dservice_discovery_host_client.cc54 class ServiceDiscoveryHostClient::ServiceWatcherProxy : public ServiceWatcher { class in class:local_discovery::ServiceDiscoveryHostClient
56 ServiceWatcherProxy(ServiceDiscoveryHostClient* host, function in class:local_discovery::ServiceDiscoveryHostClient::ServiceWatcherProxy
65 virtual ~ServiceWatcherProxy() {
66 DVLOG(1) << "~ServiceWatcherProxy with id " << id_;
194 new ServiceWatcherProxy(this, service_type, callback));
H A Dservice_discovery_host_client.h68 class ServiceWatcherProxy;

Completed in 73 milliseconds