HomeSort by relevance Sort by last modified time
    Searched defs:GetBackoffEntry (Results 1 - 2 of 2) 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_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 2573 milliseconds