Searched refs:opt_out_hosts_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_throttler_manager.cc82 if (opt_out_hosts_.find(host) != opt_out_hosts_.end() ||
107 if (opt_out_hosts_.find(host) == opt_out_hosts_.end()) {
112 opt_out_hosts_.insert(host);
H A Durl_request_throttler_manager.h134 OptOutHosts opt_out_hosts_; member in class:net::URLRequestThrottlerManager

Completed in 157 milliseconds