Searched defs:DnsResponse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_response.cc144 DnsResponse::DnsResponse() function in class:net::DnsResponse
148 DnsResponse::DnsResponse(size_t length) function in class:net::DnsResponse
152 DnsResponse::DnsResponse(const void* data, function in class:net::DnsResponse
161 DnsResponse::~DnsResponse() {
164 bool DnsResponse::InitParse(int nbytes, const DnsQuery& query) {
193 bool DnsResponse
[all...]
H A Ddns_response.h83 class NET_EXPORT_PRIVATE DnsResponse { class in namespace:net
103 DnsResponse();
106 explicit DnsResponse(size_t length);
109 DnsResponse(const void* data, size_t length, size_t answer_offset);
111 ~DnsResponse();
145 // The iterator is valid only in the scope of the DnsResponse.
164 DISALLOW_COPY_AND_ASSIGN(DnsResponse);

Completed in 982 milliseconds