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

  /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 65 virtual const BackoffEntry* GetBackoffEntry() const OVERRIDE {
69 virtual BackoffEntry* GetBackoffEntry() OVERRIDE {
81 GetBackoffEntry()->Reset();
82 GetBackoffEntry()->SetCustomReleaseTime(time_now);
91 GetBackoffEntry()->SetCustomReleaseTime(release_time);
url_request_throttler_simulation_unittest.cc 303 virtual const BackoffEntry* GetBackoffEntry() const OVERRIDE {
307 virtual BackoffEntry* GetBackoffEntry() OVERRIDE {

Completed in 55 milliseconds