HomeSort by relevance Sort by last modified time
    Searched defs:SendQuery (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_impl.cc 80 SendQuery(kInitialRequeryTimeSeconds, force_update);
331 base::Bind(&ServiceWatcherImpl::SendQuery,
339 void ServiceWatcherImpl::SendQuery(int next_timeout_seconds,
  /external/chromium_org/net/dns/
mdns_client_impl.cc 185 bool MDnsClientImpl::Core::SendQuery(uint16 rrtype, std::string name) {
560 client_->core()->SendQuery(rrtype_, name_);
689 if (!client_->core()->SendQuery(rrtype_, name_))

Completed in 229 milliseconds