Home | History | Annotate | Download | only in dns

Lines Matching refs:DnsResponse

89   virtual const DnsResponse* GetResponse() const = 0;
156 virtual const DnsResponse* GetResponse() const OVERRIDE {
157 const DnsResponse* resp = response_.get();
242 response_.reset(new DnsResponse());
289 scoped_ptr<DnsResponse> response_;
327 virtual const DnsResponse* GetResponse() const OVERRIDE {
328 const DnsResponse* resp = response_.get();
469 // Allocate more space so that DnsResponse::InitParse sanity check passes.
470 response_.reset(new DnsResponse(response_length_ + 1));
531 scoped_ptr<DnsResponse> response_;
669 const DnsResponse* response = result.attempt ?