Home
last modified time | relevance | path

Searched refs:IsDuringExponentialBackoff (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/url_request/
Durl_request_throttler_unittest.cc240 EXPECT_TRUE(entry_->IsDuringExponentialBackoff()); in TEST_F()
245 EXPECT_FALSE(entry_->IsDuringExponentialBackoff()); in TEST_F()
248 EXPECT_FALSE(entry_->IsDuringExponentialBackoff()); in TEST_F()
432 EXPECT_FALSE(entry->IsDuringExponentialBackoff()); in ExpectEntryAllowsAllOnErrorIfOptedOut()
438 EXPECT_NE(opted_out, entry->IsDuringExponentialBackoff()); in ExpectEntryAllowsAllOnErrorIfOptedOut()
Durl_request_throttler_entry_interface.h27 virtual bool IsDuringExponentialBackoff() const = 0;
Durl_request_throttler_entry.h95 virtual bool IsDuringExponentialBackoff() const;
Durl_request_throttler_entry.cc124 bool URLRequestThrottlerEntry::IsDuringExponentialBackoff() const { in IsDuringExponentialBackoff() function in net::URLRequestThrottlerEntry
Durl_request_http_job.cc319 !throttling_entry_->IsDuringExponentialBackoff()) { in StartTransaction()