HomeSort by relevance Sort by last modified time
    Searched refs:kT0RecordCount (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 485 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
497 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
514 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
531 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
546 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
565 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
585 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
828 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
879 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
890 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
    [all...]
dns_response_unittest.cc 260 EXPECT_EQ(kT0RecordCount, resp.answer_count());
268 for (unsigned i = 0; i < kT0RecordCount; i ++) {
dns_test_util.h 58 static const unsigned kT0RecordCount = arraysize(kT0IpAddresses) + 1;

Completed in 37 milliseconds