Home
last modified time | relevance | path

Searched refs:GetBackoffEntry (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_throttler_entry.cc141 return GetBackoffEntry()->CanDiscard(); in IsEntryOutdated()
158 GetBackoffEntry()->ShouldRejectRequest()) { in ShouldRejectRequest()
159 int num_failures = GetBackoffEntry()->failure_count(); in ShouldRejectRequest()
161 GetBackoffEntry()->GetTimeUntilRelease().InMilliseconds(); in ShouldRejectRequest()
187 std::max(GetBackoffEntry()->GetReleaseTime(), in ReserveSendingTimeForNextRequest()
223 return GetBackoffEntry()->GetReleaseTime(); in GetExponentialBackoffReleaseTime()
230 GetBackoffEntry()->InformOfRequest(false); in UpdateWithResponse()
232 GetBackoffEntry()->InformOfRequest(true); in UpdateWithResponse()
252 GetBackoffEntry()->InformOfRequest(false); in ReceivedContentWasMalformed()
253 GetBackoffEntry()->InformOfRequest(false); in ReceivedContentWasMalformed()
[all …]
Durl_request_throttler_entry.h125 virtual const BackoffEntry* GetBackoffEntry() const;
126 virtual BackoffEntry* GetBackoffEntry();
Durl_request_throttler_unittest.cc66 virtual const BackoffEntry* GetBackoffEntry() const OVERRIDE { in GetBackoffEntry() function in net::__anon9c37f9f70111::MockURLRequestThrottlerEntry
70 virtual BackoffEntry* GetBackoffEntry() OVERRIDE { in GetBackoffEntry() function in net::__anon9c37f9f70111::MockURLRequestThrottlerEntry
82 GetBackoffEntry()->Reset(); in ResetToBlank()
83 GetBackoffEntry()->SetCustomReleaseTime(time_now); in ResetToBlank()
92 GetBackoffEntry()->SetCustomReleaseTime(release_time); in set_exponential_backoff_release_time()
Durl_request_throttler_simulation_unittest.cc309 virtual const BackoffEntry* GetBackoffEntry() const OVERRIDE { in GetBackoffEntry() function in net::__anonda1e81fb0111::MockURLRequestThrottlerEntry
313 virtual BackoffEntry* GetBackoffEntry() OVERRIDE { in GetBackoffEntry() function in net::__anonda1e81fb0111::MockURLRequestThrottlerEntry