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

  /external/chromium_org/net/dns/
dns_response.cc 144 DnsResponse::DnsResponse()
148 DnsResponse::DnsResponse(size_t length)
152 DnsResponse::DnsResponse(const void* data,
161 DnsResponse::~DnsResponse() {
164 bool DnsResponse::InitParse(int nbytes, const DnsQuery& query) {
193 bool DnsResponse::InitParseWithoutQuery(int nbytes)
    [all...]
dns_response.h 83 class NET_EXPORT_PRIVATE DnsResponse {
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 373 milliseconds