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

  /external/chromium/net/url_request/
https_prober.h 40 // HaveProbed returns true if the given host is known to have been probed
42 bool HaveProbed(const std::string& host) const;
https_prober.cc 18 bool HTTPSProber::HaveProbed(const std::string& host) const {
28 if (HaveProbed(host) || InFlight(host)) {
url_request_http_job.cc 559 if (prober->HaveProbed(request_info_.url.host()) ||
    [all...]

Completed in 54 milliseconds