HomeSort by relevance Sort by last modified time
    Searched refs:GetBackoffEntry (Results 1 - 7 of 7) 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);
  /external/chromium_org/net/url_request/
url_request_throttler_entry.cc 141 return GetBackoffEntry()->CanDiscard();
158 GetBackoffEntry()->ShouldRejectRequest()) {
159 int num_failures = GetBackoffEntry()->failure_count();
161 GetBackoffEntry()->GetTimeUntilRelease().InMilliseconds();
187 std::max(GetBackoffEntry()->GetReleaseTime(),
223 return GetBackoffEntry()->GetReleaseTime();
230 GetBackoffEntry()->InformOfRequest(false);
232 GetBackoffEntry()->InformOfRequest(true);
252 GetBackoffEntry()->InformOfRequest(false);
253 GetBackoffEntry()->InformOfRequest(false)
    [all...]
url_request_throttler_entry.h 122 virtual const BackoffEntry* GetBackoffEntry() const;
123 virtual BackoffEntry* GetBackoffEntry();
159 // Access it through GetBackoffEntry() to allow a unit test seam.
url_request_throttler_unittest.cc 69 virtual const BackoffEntry* GetBackoffEntry() const OVERRIDE {
73 virtual BackoffEntry* GetBackoffEntry() OVERRIDE {
85 GetBackoffEntry()->Reset();
86 GetBackoffEntry()->SetCustomReleaseTime(time_now);
95 GetBackoffEntry()->SetCustomReleaseTime(release_time);
url_request_throttler_simulation_unittest.cc 303 virtual const BackoffEntry* GetBackoffEntry() const OVERRIDE {
307 virtual BackoffEntry* GetBackoffEntry() OVERRIDE {

Completed in 133 milliseconds