Searched defs:bypass_duration (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers.h74 // the period of time specified in |bypass_duration|.
79 base::TimeDelta bypass_duration; member in struct:data_reduction_proxy::DataReductionProxyInfo
83 // delay. Sets |proxy_info->bypass_duration| to the specified delay if greater
118 base::TimeDelta* bypass_duration);
H A Ddata_reduction_proxy_headers.cc79 base::TimeDelta* bypass_duration) {
100 *bypass_duration = TimeDelta::FromSeconds(seconds);
104 *bypass_duration = GetDefaultBypassDuration();
129 headers, kChromeProxyActionBlock, &proxy_info->bypass_duration)) {
137 headers, kChromeProxyActionBypass, &proxy_info->bypass_duration)) {
152 proxy_info->bypass_duration = TimeDelta();
205 const TimeDelta& duration = data_reduction_proxy_info->bypass_duration;
217 data_reduction_proxy_info->bypass_duration = GetDefaultBypassDuration();
77 ParseHeadersAndSetBypassDuration(const net::HttpResponseHeaders* headers, const std::string& action_prefix, base::TimeDelta* bypass_duration) argument
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_protocol.cc115 data_reduction_proxy_info.bypass_duration,
205 base::TimeDelta& bypass_duration,
231 bypass_duration,
203 MarkProxiesAsBadUntil( net::URLRequest* request, base::TimeDelta& bypass_duration, bool bypass_all, const std::pair<GURL, GURL>& data_reduction_proxies) argument

Completed in 115 milliseconds