OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDuringExponentialBackoff
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_entry_interface.h
27
virtual bool
IsDuringExponentialBackoff
() const = 0;
url_request_throttler_entry.h
95
virtual bool
IsDuringExponentialBackoff
() const;
url_request_throttler_unittest.cc
240
EXPECT_TRUE(entry_->
IsDuringExponentialBackoff
());
245
EXPECT_FALSE(entry_->
IsDuringExponentialBackoff
());
248
EXPECT_FALSE(entry_->
IsDuringExponentialBackoff
());
432
EXPECT_FALSE(entry->
IsDuringExponentialBackoff
());
438
EXPECT_NE(opted_out, entry->
IsDuringExponentialBackoff
());
url_request_throttler_entry.cc
124
bool URLRequestThrottlerEntry::
IsDuringExponentialBackoff
() const {
url_request_http_job.cc
319
!throttling_entry_->
IsDuringExponentialBackoff
()) {
[
all
...]
Completed in 36 milliseconds