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

  /external/chromium/net/base/
dnsrr_resolver.h 24 // RRResponse contains the result of a successful request for a resource record.
25 struct RRResponse {
26 RRResponse();
27 ~RRResponse();
80 // RRResponse will always have the dnssec bit set.
101 RRResponse* response, int priority,
115 const RRResponse& response);
120 std::map<std::pair<std::string, uint16>, RRResponse> cache_;
dnsrr_resolver.cc 102 // kMaxCacheEntries is the number of RRResponse objects that we'll cache.
108 RRResponse::RRResponse()
112 RRResponse::~RRResponse() {}
116 RRResolverHandle(CompletionCallback* callback, RRResponse* response)
127 // Post copies the contents of |response| to the caller's RRResponse and
129 void Post(int rv, const RRResponse* response) {
140 RRResponse* response_;
412 RRResponse response_
    [all...]
dnsrr_resolver_unittest.cc 30 RRResponse response;
45 RRResponse response;
61 RRResponse response;
174 RRResponse response;
187 RRResponse response;
196 RRResponse response;
  /external/chromium/net/socket/
ssl_client_socket.h 21 struct RRResponse;
32 virtual int GetDNSSECRecords(RRResponse** out,
ssl_host_info.h 135 RRResponse dns_response_;
ssl_client_socket_pool.h 39 struct RRResponse;
dns_cert_provenance_checker.cc 201 RRResponse response_;
ssl_client_socket_nss.cc     [all...]

Completed in 249 milliseconds