Searched refs:DNSServerProxyFactory (Results 1 – 5 of 5) sorted by relevance
25 base::LazyInstance<DNSServerProxyFactory> g_dns_server_proxy_factory30 DNSServerProxyFactory::DNSServerProxyFactory() {} in DNSServerProxyFactory() function in shill::DNSServerProxyFactory31 DNSServerProxyFactory::~DNSServerProxyFactory() {} in ~DNSServerProxyFactory()33 DNSServerProxyFactory* DNSServerProxyFactory::GetInstance() { in GetInstance()37 DNSServerProxy* DNSServerProxyFactory::CreateDNSServerProxy( in CreateDNSServerProxy()
29 class DNSServerProxyFactory {31 virtual ~DNSServerProxyFactory();34 static DNSServerProxyFactory* GetInstance();40 DNSServerProxyFactory();43 friend struct base::DefaultLazyInstanceTraits<DNSServerProxyFactory>;45 DISALLOW_COPY_AND_ASSIGN(DNSServerProxyFactory);
29 class MockDNSServerProxyFactory : public DNSServerProxyFactory {
43 class DNSServerProxyFactory; variable235 DNSServerProxyFactory* dns_server_proxy_factory_;
136 dns_server_proxy_factory_(DNSServerProxyFactory::GetInstance()), in Connection()