DnsResponse 25 chrome/browser/net/dns_probe_runner.cc using net::DnsResponse; DnsResponse 42 chrome/browser/net/dns_probe_runner.cc const DnsResponse* response) { DnsResponse 70 chrome/browser/net/dns_probe_runner.cc DnsResponse::Result result = response->ParseToAddressList(&addr_list, &ttl); DnsResponse 72 chrome/browser/net/dns_probe_runner.cc if (result != DnsResponse::DNS_PARSE_OK) DnsResponse 127 chrome/browser/net/dns_probe_runner.cc const DnsResponse* response) { DnsResponse 15 chrome/browser/net/dns_probe_runner.h class DnsResponse; DnsResponse 63 chrome/browser/net/dns_probe_runner.h const net::DnsResponse* response); DnsResponse 144 net/dns/dns_response.cc DnsResponse::DnsResponse() DnsResponse 148 net/dns/dns_response.cc DnsResponse::DnsResponse(size_t length) DnsResponse 152 net/dns/dns_response.cc DnsResponse::DnsResponse(const void* data, DnsResponse 161 net/dns/dns_response.cc DnsResponse::~DnsResponse() { DnsResponse 164 net/dns/dns_response.cc bool DnsResponse::InitParse(int nbytes, const DnsQuery& query) { DnsResponse 193 net/dns/dns_response.cc bool DnsResponse::InitParseWithoutQuery(int nbytes) { DnsResponse 215 net/dns/dns_response.cc bool DnsResponse::IsValid() const { DnsResponse 219 net/dns/dns_response.cc uint16 DnsResponse::flags() const { DnsResponse 224 net/dns/dns_response.cc uint8 DnsResponse::rcode() const { DnsResponse 229 net/dns/dns_response.cc unsigned DnsResponse::answer_count() const { DnsResponse 234 net/dns/dns_response.cc unsigned DnsResponse::additional_answer_count() const { DnsResponse 239 net/dns/dns_response.cc base::StringPiece DnsResponse::qname() const { DnsResponse 249 net/dns/dns_response.cc uint16 DnsResponse::qtype() const { DnsResponse 258 net/dns/dns_response.cc std::string DnsResponse::GetDottedName() const { DnsResponse 262 net/dns/dns_response.cc DnsRecordParser DnsResponse::Parser() const { DnsResponse 268 net/dns/dns_response.cc const dns_protocol::Header* DnsResponse::header() const { DnsResponse 272 net/dns/dns_response.cc DnsResponse::Result DnsResponse::ParseToAddressList( DnsResponse 83 net/dns/dns_response.h class NET_EXPORT_PRIVATE DnsResponse { DnsResponse 103 net/dns/dns_response.h DnsResponse(); DnsResponse 106 net/dns/dns_response.h explicit DnsResponse(size_t length); DnsResponse 109 net/dns/dns_response.h DnsResponse(const void* data, size_t length, size_t answer_offset); DnsResponse 111 net/dns/dns_response.h ~DnsResponse(); DnsResponse 164 net/dns/dns_response.h DISALLOW_COPY_AND_ASSIGN(DnsResponse); DnsResponse 207 net/dns/dns_response_unittest.cc DnsResponse resp; DnsResponse 249 net/dns/dns_response_unittest.cc DnsResponse resp; DnsResponse 300 net/dns/dns_response_unittest.cc DnsResponse resp; DnsResponse 358 net/dns/dns_response_unittest.cc DnsResponse resp; DnsResponse 389 net/dns/dns_response_unittest.cc DnsResponse resp; DnsResponse 446 net/dns/dns_response_unittest.cc DnsResponse response(t.response_data, t.response_size, t.query_size); DnsResponse 449 net/dns/dns_response_unittest.cc EXPECT_EQ(DnsResponse::DNS_PARSE_OK, DnsResponse 547 net/dns/dns_response_unittest.cc DnsResponse::Result expected_result; DnsResponse 550 net/dns/dns_response_unittest.cc DnsResponse::DNS_MALFORMED_RESPONSE }, DnsResponse 552 net/dns/dns_response_unittest.cc DnsResponse::DNS_MALFORMED_CNAME }, DnsResponse 554 net/dns/dns_response_unittest.cc DnsResponse::DNS_NAME_MISMATCH }, DnsResponse 556 net/dns/dns_response_unittest.cc DnsResponse::DNS_NAME_MISMATCH }, DnsResponse 558 net/dns/dns_response_unittest.cc DnsResponse::DNS_SIZE_MISMATCH }, DnsResponse 560 net/dns/dns_response_unittest.cc DnsResponse::DNS_CNAME_AFTER_ADDRESS }, DnsResponse 563 net/dns/dns_response_unittest.cc DnsResponse::DNS_PARSE_OK }, DnsResponse 571 net/dns/dns_response_unittest.cc DnsResponse response(t.data, t.size, kQuerySize); DnsResponse 98 net/dns/dns_test_util.cc DnsResponse response; DnsResponse 89 net/dns/dns_transaction.cc virtual const DnsResponse* GetResponse() const = 0; DnsResponse 156 net/dns/dns_transaction.cc virtual const DnsResponse* GetResponse() const OVERRIDE { DnsResponse 157 net/dns/dns_transaction.cc const DnsResponse* resp = response_.get(); DnsResponse 242 net/dns/dns_transaction.cc response_.reset(new DnsResponse()); DnsResponse 289 net/dns/dns_transaction.cc scoped_ptr<DnsResponse> response_; DnsResponse 327 net/dns/dns_transaction.cc virtual const DnsResponse* GetResponse() const OVERRIDE { DnsResponse 328 net/dns/dns_transaction.cc const DnsResponse* resp = response_.get(); DnsResponse 455 net/dns/dns_transaction.cc response_.reset(new DnsResponse(response_length_ + 1)); DnsResponse 502 net/dns/dns_transaction.cc scoped_ptr<DnsResponse> response_; DnsResponse 640 net/dns/dns_transaction.cc const DnsResponse* response = result.attempt ? DnsResponse 18 net/dns/dns_transaction.h class DnsResponse; DnsResponse 52 net/dns/dns_transaction.h const DnsResponse* response)> CallbackType; DnsResponse 61 net/dns/dns_transaction_unittest.cc void AddResponseWithLength(scoped_ptr<DnsResponse> response, IoMode mode, DnsResponse 79 net/dns/dns_transaction_unittest.cc void AddResponse(scoped_ptr<DnsResponse> response, IoMode mode) { DnsResponse 88 net/dns/dns_transaction_unittest.cc new DnsResponse(reinterpret_cast<const char*>(data), length, 0)), mode); DnsResponse 93 net/dns/dns_transaction_unittest.cc scoped_ptr<DnsResponse> response( DnsResponse 94 net/dns/dns_transaction_unittest.cc new DnsResponse(query_->io_buffer()->data(), DnsResponse 133 net/dns/dns_transaction_unittest.cc ScopedVector<DnsResponse> responses_; DnsResponse 262 net/dns/dns_transaction_unittest.cc const DnsResponse* response) { DnsResponse 907 net/dns/dns_transaction_unittest.cc new DnsResponse(reinterpret_cast<const char*>(kT0ResponseDatagram), DnsResponse 1054 net/dns/host_resolver_impl.cc const DnsResponse* response) { DnsResponse 1059 net/dns/host_resolver_impl.cc OnFailure(net_error, DnsResponse::DNS_PARSE_OK); DnsResponse 1075 net/dns/host_resolver_impl.cc DnsResponse::Result result = response->ParseToAddressList(&addr_list, &ttl); DnsResponse 1078 net/dns/host_resolver_impl.cc DnsResponse::DNS_PARSE_RESULT_MAX); DnsResponse 1079 net/dns/host_resolver_impl.cc if (result != DnsResponse::DNS_PARSE_OK) { DnsResponse 1111 net/dns/host_resolver_impl.cc OnFailure(ERR_NAME_NOT_RESOLVED, DnsResponse::DNS_PARSE_OK); DnsResponse 1137 net/dns/host_resolver_impl.cc OnFailure(ERR_DNS_SORT_ERROR, DnsResponse::DNS_PARSE_OK); DnsResponse 1147 net/dns/host_resolver_impl.cc OnFailure(ERR_NAME_NOT_RESOLVED, DnsResponse::DNS_PARSE_OK); DnsResponse 1154 net/dns/host_resolver_impl.cc void OnFailure(int net_error, DnsResponse::Result result) { DnsResponse 165 net/dns/mdns_client_impl.cc DnsResponse* response, DnsResponse 196 net/dns/mdns_client_impl.cc void MDnsClientImpl::Core::HandlePacket(DnsResponse* response, DnsResponse 45 net/dns/mdns_client_impl.h virtual void HandlePacket(DnsResponse* response, int bytes_read) = 0; DnsResponse 77 net/dns/mdns_client_impl.h DnsResponse response_; DnsResponse 84 net/dns/mdns_client_impl.h void OnDatagramReceived(DnsResponse* response, DnsResponse 126 net/dns/mdns_client_impl.h virtual void HandlePacket(DnsResponse* response, int bytes_read) OVERRIDE; DnsResponse 1075 net/dns/mdns_client_unittest.cc virtual void HandlePacket(DnsResponse* response, int size) { DnsResponse 140 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc net::DnsResponse response; DnsResponse 150 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc net::DnsResponse::Result result = response.ParseToAddressList( DnsResponse 152 net/tools/dns_fuzz_stub/dns_fuzz_stub.cc if (result != net::DnsResponse::DNS_PARSE_OK) {