Home | History | Annotate | Download | only in dns

Lines Matching refs:GetResponse

89   virtual const DnsResponse* GetResponse() const = 0;
101 DCHECK(GetResponse()->IsValid());
104 dict->SetInteger("rcode", GetResponse()->rcode());
105 dict->SetInteger("answer_count", GetResponse()->answer_count());
156 virtual const DnsResponse* GetResponse() const OVERRIDE {
327 virtual const DnsResponse* GetResponse() const OVERRIDE {
641 result.attempt->GetResponse() : NULL;
774 if (attempt->GetResponse()) {
818 if (attempt && attempt->GetResponse()) {
845 DCHECK(result.attempt->GetResponse());