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

/external/chromium_org/net/dns/
H A Ddns_transaction.cc132 class DnsUDPAttempt : public DnsAttempt { class in namespace:net::__anon9202
134 DnsUDPAttempt(unsigned server_index, function in class:net::__anon9202::DnsUDPAttempt
223 base::Bind(&DnsUDPAttempt::OnIOComplete,
245 base::Bind(&DnsUDPAttempt::OnIOComplete,
257 // DnsUDPAttempt binds to a different port, we might find that responses
293 DISALLOW_COPY_AND_ASSIGN(DnsUDPAttempt);
542 // The timeout for each DnsUDPAttempt is given by DnsSession::NextTimeout.
609 // Wrapper for the result of a DnsUDPAttempt.
718 DnsUDPAttempt* attempt =
719 new DnsUDPAttempt(server_inde
[all...]

Completed in 64 milliseconds