Searched refs:IsDuringExponentialBackoff (Results 1 – 5 of 5) sorted by relevance
240 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()
27 virtual bool IsDuringExponentialBackoff() const = 0;
95 virtual bool IsDuringExponentialBackoff() const;
124 bool URLRequestThrottlerEntry::IsDuringExponentialBackoff() const { in IsDuringExponentialBackoff() function in net::URLRequestThrottlerEntry
319 !throttling_entry_->IsDuringExponentialBackoff()) { in StartTransaction()