Searched refs:qtype_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_test_util.cc46 qtype_(qtype),
68 return qtype_;
96 DnsQuery query(0, qname, qtype_);
113 size_t rdata_size = qtype_ == net::dns_protocol::kTypeA ?
124 writer.WriteU16(qtype_);
128 if (qtype_ == net::dns_protocol::kTypeA) {
155 const uint16 qtype_; member in class:net::__anon8599::MockTransaction
H A Ddns_transaction.cc528 qtype_(qtype),
555 return qtype_;
562 base::Bind(&NetLogStartCallback, &hostname_, qtype_));
566 if (qtype_ == dns_protocol::kTypeA)
651 if (response && qtype_ == dns_protocol::kTypeA) {
672 query.reset(new DnsQuery(id, qnames_.front(), qtype_));
908 uint16 qtype_; member in class:net::__anon8600::DnsTransactionImpl
H A Ddns_transaction_unittest.cc225 qtype_(qtype),
246 qtype_,
251 EXPECT_EQ(qtype_, transaction_->GetType());
282 EXPECT_EQ(qtype_, response->qtype());
316 uint16 qtype_; member in class:net::__anon8601::TransactionHelper

Completed in 189 milliseconds