Home
last modified time | relevance | path

Searched refs:InFlight (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/url_request/
Dhttps_prober.cc22 bool HTTPSProber::InFlight(const std::string& host) const { in InFlight() function in net::HTTPSProber
28 if (HaveProbed(host) || InFlight(host)) { in ProbeHost()
Dhttps_prober.h45 bool InFlight(const std::string& host) const;
Durl_request_http_job.cc560 prober->InFlight(request_info_.url.host())) { in ProcessStrictTransportSecurityHeader()