Searched defs: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::__anon9201::MockTransaction
H A Ddns_transaction.cc557 qtype_(qtype),
584 return qtype_;
591 base::Bind(&NetLogStartCallback, &hostname_, qtype_));
595 if (qtype_ == dns_protocol::kTypeA)
680 if (response && qtype_ == dns_protocol::kTypeA) {
701 query.reset(new DnsQuery(id, qnames_.front(), qtype_));
937 uint16 qtype_; member in class:net::__anon9202::DnsTransactionImpl
H A Ddns_transaction_unittest.cc230 qtype_(qtype),
251 qtype_,
256 EXPECT_EQ(qtype_, transaction_->GetType());
287 EXPECT_EQ(qtype_, response->qtype());
321 uint16 qtype_; member in class:net::__anon9203::TransactionHelper

Completed in 772 milliseconds