Searched refs:kTypeCNAME (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_protocol.h115 static const uint16 kTypeCNAME = 5; member in namespace:net::dns_protocol
H A Drecord_parsed_unittest.cc44 ASSERT_EQ(dns_protocol::kTypeCNAME, record->type());
H A Drecord_rdata.h121 static const uint16 kType = dns_protocol::kTypeCNAME;
H A Dmdns_cache_unittest.cc359 cache_.FindDnsRecords(dns_protocol::kTypeCNAME, "codereview.chromium.org",
369 cache_.FindDnsRecords(dns_protocol::kTypeCNAME, "codereview.chromium.org",
H A Ddns_response_unittest.cc133 EXPECT_EQ(dns_protocol::kTypeCNAME, record.type);
221 new DnsQuery(0xcafe, qname, dns_protocol::kTypeCNAME));
H A Ddns_response.cc301 if (record.type == dns_protocol::kTypeCNAME) {

Completed in 248 milliseconds