GetBackoffEntry   141 net/url_request/url_request_throttler_entry.cc   return GetBackoffEntry()->CanDiscard();
GetBackoffEntry   158 net/url_request/url_request_throttler_entry.cc       GetBackoffEntry()->ShouldRejectRequest()) {
GetBackoffEntry   159 net/url_request/url_request_throttler_entry.cc     int num_failures = GetBackoffEntry()->failure_count();
GetBackoffEntry   161 net/url_request/url_request_throttler_entry.cc         GetBackoffEntry()->GetTimeUntilRelease().InMilliseconds();
GetBackoffEntry   187 net/url_request/url_request_throttler_entry.cc                std::max(GetBackoffEntry()->GetReleaseTime(),
GetBackoffEntry   223 net/url_request/url_request_throttler_entry.cc   return GetBackoffEntry()->GetReleaseTime();
GetBackoffEntry   230 net/url_request/url_request_throttler_entry.cc     GetBackoffEntry()->InformOfRequest(false);
GetBackoffEntry   232 net/url_request/url_request_throttler_entry.cc     GetBackoffEntry()->InformOfRequest(true);
GetBackoffEntry   252 net/url_request/url_request_throttler_entry.cc     GetBackoffEntry()->InformOfRequest(false);
GetBackoffEntry   253 net/url_request/url_request_throttler_entry.cc     GetBackoffEntry()->InformOfRequest(false);
GetBackoffEntry   122 net/url_request/url_request_throttler_entry.h   virtual const BackoffEntry* GetBackoffEntry() const;
GetBackoffEntry   123 net/url_request/url_request_throttler_entry.h   virtual BackoffEntry* GetBackoffEntry();
GetBackoffEntry    81 net/url_request/url_request_throttler_unittest.cc     GetBackoffEntry()->Reset();
GetBackoffEntry    82 net/url_request/url_request_throttler_unittest.cc     GetBackoffEntry()->SetCustomReleaseTime(time_now);
GetBackoffEntry    91 net/url_request/url_request_throttler_unittest.cc     GetBackoffEntry()->SetCustomReleaseTime(release_time);