Home | History | Annotate | Download | only in dns

Lines Matching refs:rrtype

208 bool MDnsClientImpl::Core::SendQuery(uint16 rrtype, std::string name) {
213 DnsQuery query(0, name_dns, rrtype);
430 uint16 rrtype, const std::string& name,
432 cache_.FindDnsRecords(rrtype, name, records, base::Time::Now());
462 uint16 rrtype,
466 new MDnsListenerImpl(rrtype, name, delegate, this));
470 uint16 rrtype,
475 new MDnsTransactionImpl(rrtype, name, flags, callback, this));
479 uint16 rrtype,
483 : rrtype_(rrtype), name_(name), client_(client), delegate_(delegate),
525 uint16 rrtype,
530 : rrtype_(rrtype), name_(name), callback_(callback), client_(client),