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

/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_client_mdns.cc152 class ServiceWatcherProxy : public ProxyBase<ServiceWatcher> { class in namespace:local_discovery::__anon4110
154 ServiceWatcherProxy(ServiceDiscoveryClientMdns* client_mdns, function in class:local_discovery::__anon4110::ServiceWatcherProxy
164 base::Bind(&ServiceWatcherProxy::OnCallback, GetWeakPtr(), callback)));
209 DISALLOW_COPY_AND_ASSIGN(ServiceWatcherProxy);
308 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 173 milliseconds