Home
last modified time | relevance | path

Searched refs:MDnsSocketFactoryImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
Dmdns_client_impl.h26 class MDnsSocketFactoryImpl : public MDnsSocketFactory {
28 MDnsSocketFactoryImpl() {}; in MDnsSocketFactoryImpl() function
29 virtual ~MDnsSocketFactoryImpl() {}; in ~MDnsSocketFactoryImpl()
35 DISALLOW_COPY_AND_ASSIGN(MDnsSocketFactoryImpl);
Dmdns_client.cc47 return scoped_ptr<MDnsSocketFactory>(new MDnsSocketFactoryImpl); in CreateDefault()
Dmdns_client_impl.cc41 void MDnsSocketFactoryImpl::CreateSockets( in CreateSockets()