TestUDPClientSocket   33 net/dns/address_sorter_posix_unittest.cc   explicit TestUDPClientSocket(const AddressMapping* mapping)
TestUDPClientSocket   86 net/dns/address_sorter_posix_unittest.cc   DISALLOW_COPY_AND_ASSIGN(TestUDPClientSocket);
TestUDPClientSocket  100 net/dns/address_sorter_posix_unittest.cc     return scoped_ptr<DatagramClientSocket>(new TestUDPClientSocket(&mapping_));
TestUDPClientSocket  162 net/dns/dns_transaction_unittest.cc   TestUDPClientSocket(TestSocketFactory* factory,
TestUDPClientSocket  173 net/dns/dns_transaction_unittest.cc   DISALLOW_COPY_AND_ASSIGN(TestUDPClientSocket);
TestUDPClientSocket  193 net/dns/dns_transaction_unittest.cc     scoped_ptr<TestUDPClientSocket> socket(
TestUDPClientSocket  194 net/dns/dns_transaction_unittest.cc         new TestUDPClientSocket(this, data_provider, net_log));
TestUDPClientSocket  212 net/dns/dns_transaction_unittest.cc int TestUDPClientSocket::Connect(const IPEndPoint& endpoint) {