OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxy_net_errors_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_usage_stats.cc
110
proxy_net_errors_count_
(0),
141
proxy_net_errors_count_
= 0;
147
(
proxy_net_errors_count_
>= kMinFailedRequestsWhenUnavailable &&
271
proxy_net_errors_count_
++;
276
if (
proxy_net_errors_count_
>= kMaxFailedRequestsBeforeReset &&
data_reduction_proxy_usage_stats.h
148
unsigned long
proxy_net_errors_count_
;
member in class:data_reduction_proxy::DataReductionProxyUsageStats
Completed in 136 milliseconds