Searched refs:GetBackoffEntry (Results 1 – 3 of 3) sorted by relevance
113 return GetBackoffEntry()->CanDiscard(); in IsEntryOutdated()128 return GetBackoffEntry()->ShouldRejectRequest(); in IsDuringExponentialBackoff()140 std::max(GetBackoffEntry()->GetReleaseTime(), in ReserveSendingTimeForNextRequest()176 return GetBackoffEntry()->GetReleaseTime(); in GetExponentialBackoffReleaseTime()183 GetBackoffEntry()->InformOfRequest(false); in UpdateWithResponse()185 GetBackoffEntry()->InformOfRequest(true); in UpdateWithResponse()205 GetBackoffEntry()->InformOfRequest(false); in ReceivedContentWasMalformed()206 GetBackoffEntry()->InformOfRequest(false); in ReceivedContentWasMalformed()244 GetBackoffEntry()->SetCustomReleaseTime( in HandleCustomRetryAfter()260 const BackoffEntry* URLRequestThrottlerEntry::GetBackoffEntry() const { in GetBackoffEntry() function in net::URLRequestThrottlerEntry[all …]
121 virtual const BackoffEntry* GetBackoffEntry() const;122 virtual BackoffEntry* GetBackoffEntry();
77 const BackoffEntry* GetBackoffEntry() const { in GetBackoffEntry() function in net::__anond81d1a9f0111::MockURLRequestThrottlerEntry81 BackoffEntry* GetBackoffEntry() { in GetBackoffEntry() function in net::__anond81d1a9f0111::MockURLRequestThrottlerEntry89 GetBackoffEntry()->InformOfRequest(true); // Sets failure count to 0. in ResetToBlank()90 GetBackoffEntry()->SetCustomReleaseTime(time_now); in ResetToBlank()99 GetBackoffEntry()->SetCustomReleaseTime(release_time); in set_exponential_backoff_release_time()