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

  /external/chromium/net/url_request/
https_prober.h 44 // InFlight returns true iff a probe for the given host is currently active.
45 bool InFlight(const std::string& host) const;
49 // other action is taken. If a probe to the given host in currently inflight,
https_prober.cc 22 bool HTTPSProber::InFlight(const std::string& host) const {
28 if (HaveProbed(host) || InFlight(host)) {
url_request_http_job.cc 560 prober->InFlight(request_info_.url.host())) {
    [all...]

Completed in 451 milliseconds