HomeSort by relevance Sort by last modified time
    Searched refs:TestUDPClientSocket (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 31 class TestUDPClientSocket : public DatagramClientSocket {
33 explicit TestUDPClientSocket(const AddressMapping* mapping)
36 virtual ~TestUDPClientSocket() {}
86 DISALLOW_COPY_AND_ASSIGN(TestUDPClientSocket);
100 return scoped_ptr<DatagramClientSocket>(new TestUDPClientSocket(&mapping_));
dns_transaction_unittest.cc 160 class TestUDPClientSocket : public MockUDPClientSocket {
162 TestUDPClientSocket(TestSocketFactory* factory,
167 virtual ~TestUDPClientSocket() {}
173 DISALLOW_COPY_AND_ASSIGN(TestUDPClientSocket);
193 scoped_ptr<TestUDPClientSocket> socket(
194 new TestUDPClientSocket(this, data_provider, net_log));
212 int TestUDPClientSocket::Connect(const IPEndPoint& endpoint) {
    [all...]

Completed in 48 milliseconds