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 {
640 result.attempt->GetResponse() : NULL;
773 if (attempt->GetResponse()) {
817 if (attempt && attempt->GetResponse()) {
844 DCHECK(result.attempt->GetResponse());