Lines Matching refs:TransactionHelper

223 class TransactionHelper {
226 TransactionHelper(const char* hostname,
252 base::Bind(&TransactionHelper::OnTransactionComplete,
485 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
497 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
499 TransactionHelper helper1(kT1HostName, kT1Qtype, kT1RecordCount);
514 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
516 TransactionHelper helper1(kT1HostName, kT1Qtype, kT1RecordCount);
531 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
546 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
565 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
585 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
598 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_DNS_TIMED_OUT);
605 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_DNS_SERVER_FAILED);
612 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_NAME_NOT_RESOLVED);
626 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_DNS_TIMED_OUT);
652 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_NAME_NOT_RESOLVED);
653 TransactionHelper helper1(kT1HostName, kT1Qtype, ERR_NAME_NOT_RESOLVED);
683 TransactionHelper helper0("x.y.z", dns_protocol::kTypeA,
720 TransactionHelper helper0("x.y", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED);
725 TransactionHelper helper1("x", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED);
730 TransactionHelper helper2("x.", dns_protocol::kTypeAAAA,
742 TransactionHelper helper0("x.", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED);
747 TransactionHelper helper1("singlelabel", dns_protocol::kTypeA,
775 TransactionHelper helper0("x.y.z", dns_protocol::kTypeA,
779 TransactionHelper helper1("x.y", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED);
782 TransactionHelper helper2("x", dns_protocol::kTypeA, ERR_NAME_NOT_RESOLVED);
815 TransactionHelper helper0("x.y.z", dns_protocol::kTypeA, 0 /* answers */);
828 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
843 TransactionHelper helper0("www", kT2Qtype, kT2RecordCount);
857 TransactionHelper helper0("www", kT2Qtype, kT2RecordCount);
864 TransactionHelper helper0("www.chromium.org", dns_protocol::kTypeA,
879 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
890 TransactionHelper helper0(kT0HostName, kT0Qtype, kT0RecordCount);
900 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_DNS_SERVER_FAILED);
921 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_DNS_MALFORMED_RESPONSE);
933 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_DNS_TIMED_OUT);
953 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_CONNECTION_CLOSED);
973 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_CONNECTION_CLOSED);
985 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_CONNECTION_CLOSED);
997 TransactionHelper helper0(kT0HostName, kT0Qtype, ERR_CONNECTION_CLOSED);
1005 TransactionHelper helper0(".", dns_protocol::kTypeA, ERR_INVALID_ARGUMENT);