OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProxyRetryInfoMap
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/net/proxy/
proxy_list.h
44
void DeprioritizeBadProxies(const
ProxyRetryInfoMap
& proxy_retry_info);
84
bool Fallback(
ProxyRetryInfoMap
* proxy_retry_info,
95
ProxyRetryInfoMap
* proxy_retry_info,
105
void AddProxyToRetryList(
ProxyRetryInfoMap
* proxy_retry_info,
proxy_retry_info.h
31
typedef std::map<std::string, ProxyRetryInfo>
ProxyRetryInfoMap
;
proxy_info.h
124
void DeprioritizeBadProxies(const
ProxyRetryInfoMap
& proxy_retry_info);
142
const
ProxyRetryInfoMap
& proxy_retry_info() const {
154
ProxyRetryInfoMap
proxy_retry_info_;
proxy_list_unittest.cc
106
ProxyRetryInfoMap
retry_info_map;
118
ProxyRetryInfoMap
retry_info_map;
135
ProxyRetryInfoMap
retry_info_map;
153
ProxyRetryInfoMap
retry_info_map;
173
ProxyRetryInfoMap
retry_info_map;
189
ProxyRetryInfoMap
retry_info_map;
207
ProxyRetryInfoMap
retry_info_map;
proxy_list.cc
49
const
ProxyRetryInfoMap
& proxy_retry_info) {
58
ProxyRetryInfoMap
::const_iterator bad_proxy =
149
bool ProxyList::Fallback(
ProxyRetryInfoMap
* proxy_retry_info,
178
void ProxyList::AddProxyToRetryList(
ProxyRetryInfoMap
* proxy_retry_info,
185
ProxyRetryInfoMap
::iterator iter = proxy_retry_info->find(proxy_key);
202
ProxyRetryInfoMap
* proxy_retry_info,
proxy_info.cc
71
const
ProxyRetryInfoMap
& proxy_retry_info) {
proxy_service.h
202
const
ProxyRetryInfoMap
& proxy_retry_info() const {
417
ProxyRetryInfoMap
proxy_retry_info_;
proxy_service.cc
289
base::Value* NetLogBadProxyListCallback(const
ProxyRetryInfoMap
* retry_info,
294
for (
ProxyRetryInfoMap
::const_iterator iter = retry_info->begin();
[
all
...]
/external/chromium_org/jingle/glue/
proxy_resolving_client_socket_unittest.cc
109
const net::
ProxyRetryInfoMap
& retry_info =
113
net::
ProxyRetryInfoMap
::const_iterator iter = retry_info.find("bad:99");
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol_unittest.cc
30
using net::
ProxyRetryInfoMap
;
243
// Returns the key to the |
ProxyRetryInfoMap
|.
260
const
ProxyRetryInfoMap
& retry_info = proxy_service_->proxy_retry_info();
275
ProxyRetryInfoMap
::const_iterator i =
282
ProxyRetryInfoMap
::const_iterator i =
data_reduction_proxy_metrics.cc
314
const net::
ProxyRetryInfoMap
& retry_map =
327
net::
ProxyRetryInfoMap
::const_iterator found = retry_map.find(proxy);
/external/chromium_org/net/http/
http_network_layer_unittest.cc
88
const
ProxyRetryInfoMap
& retry_info = proxy_service_->proxy_retry_info();
http_stream_factory_impl_unittest.cc
618
const
ProxyRetryInfoMap
& retry_info =
621
ProxyRetryInfoMap
::const_iterator iter = retry_info.find("bad:99");
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc
[
all
...]
Completed in 472 milliseconds