Searched refs:TestUDPClientSocket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
H A Daddress_sorter_posix_unittest.cc31 class TestUDPClientSocket : public DatagramClientSocket { class in namespace:net::__anon9183
33 explicit TestUDPClientSocket(const AddressMapping* mapping) function in class:net::__anon9183::TestUDPClientSocket
36 virtual ~TestUDPClientSocket() {}
86 DISALLOW_COPY_AND_ASSIGN(TestUDPClientSocket);
100 return scoped_ptr<DatagramClientSocket>(new TestUDPClientSocket(&mapping_));
H A Ddns_transaction_unittest.cc165 class TestUDPClientSocket : public MockUDPClientSocket { class in namespace:net::__anon9203
167 TestUDPClientSocket(TestSocketFactory* factory, function in class:net::__anon9203::TestUDPClientSocket
172 virtual ~TestUDPClientSocket() {}
178 DISALLOW_COPY_AND_ASSIGN(TestUDPClientSocket);
198 scoped_ptr<TestUDPClientSocket> socket(
199 new TestUDPClientSocket(this, data_provider, net_log));
217 int TestUDPClientSocket::Connect(const IPEndPoint& endpoint) {

Completed in 75 milliseconds