Searched refs:InFlight (Results 1 – 3 of 3) sorted by relevance
22 bool HTTPSProber::InFlight(const std::string& host) const { in InFlight() function in net::HTTPSProber28 if (HaveProbed(host) || InFlight(host)) { in ProbeHost()
45 bool InFlight(const std::string& host) const;
560 prober->InFlight(request_info_.url.host())) { in ProcessStrictTransportSecurityHeader()