HomeSort by relevance Sort by last modified time
    Searched refs:GetBackoffEntry (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/url_request/
url_request_throttler_entry.cc 113 return GetBackoffEntry()->CanDiscard();
128 return GetBackoffEntry()->ShouldRejectRequest();
140 std::max(GetBackoffEntry()->GetReleaseTime(),
176 return GetBackoffEntry()->GetReleaseTime();
183 GetBackoffEntry()->InformOfRequest(false);
185 GetBackoffEntry()->InformOfRequest(true);
205 GetBackoffEntry()->InformOfRequest(false);
206 GetBackoffEntry()->InformOfRequest(false);
244 GetBackoffEntry()->SetCustomReleaseTime(
260 const BackoffEntry* URLRequestThrottlerEntry::GetBackoffEntry() const
    [all...]
url_request_throttler_entry.h 121 virtual const BackoffEntry* GetBackoffEntry() const;
122 virtual BackoffEntry* GetBackoffEntry();
153 // Access it through GetBackoffEntry() to allow a unit test seam.
url_request_throttler_unittest.cc 77 const BackoffEntry* GetBackoffEntry() const {
81 BackoffEntry* GetBackoffEntry() {
89 GetBackoffEntry()->InformOfRequest(true); // Sets failure count to 0.
90 GetBackoffEntry()->SetCustomReleaseTime(time_now);
99 GetBackoffEntry()->SetCustomReleaseTime(release_time);

Completed in 570 milliseconds