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

/external/chromium_org/net/dns/
H A Ddns_session.h69 int NextQueryId() const;
H A Ddns_session.cc103 int DnsSession::NextQueryId() const { return rand_callback_.Run(); } function in class:net::DnsSession
H A Ddns_transaction.cc698 uint16 id = session_->NextQueryId();
753 uint16 id = session_->NextQueryId();

Completed in 63 milliseconds