OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_out_hosts_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/url_request/
url_request_throttler_manager.cc
82
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);
url_request_throttler_manager.h
134
OptOutHosts
opt_out_hosts_
;
member in class:net::URLRequestThrottlerManager
/external/chromium/net/url_request/
url_request_throttler_manager.cc
41
if (
opt_out_hosts_
.find(host) !=
opt_out_hosts_
.end() ||
60
opt_out_hosts_
.insert(host);
url_request_throttler_manager.h
116
OptOutHosts
opt_out_hosts_
;
member in class:net::URLRequestThrottlerManager
Completed in 526 milliseconds