URLRequestThrottlerEntry 219 chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc scoped_refptr<net::URLRequestThrottlerEntry> URLRequestThrottlerEntry 220 chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc entry(new net::URLRequestThrottlerEntry( URLRequestThrottlerEntry 451 net/url_request/url_fetcher_impl_unittest.cc scoped_refptr<URLRequestThrottlerEntry> entry( URLRequestThrottlerEntry 452 net/url_request/url_fetcher_impl_unittest.cc new URLRequestThrottlerEntry(context_->throttler_manager(), URLRequestThrottlerEntry 1187 net/url_request/url_fetcher_impl_unittest.cc scoped_refptr<URLRequestThrottlerEntry> entry( URLRequestThrottlerEntry 1188 net/url_request/url_fetcher_impl_unittest.cc new URLRequestThrottlerEntry(request_context()->throttler_manager(), URLRequestThrottlerEntry 1216 net/url_request/url_fetcher_impl_unittest.cc scoped_refptr<URLRequestThrottlerEntry> entry( URLRequestThrottlerEntry 1217 net/url_request/url_fetcher_impl_unittest.cc new URLRequestThrottlerEntry(request_context()->throttler_manager(), URLRequestThrottlerEntry 1245 net/url_request/url_fetcher_impl_unittest.cc scoped_refptr<URLRequestThrottlerEntry> entry( URLRequestThrottlerEntry 1246 net/url_request/url_fetcher_impl_unittest.cc new URLRequestThrottlerEntry(request_context()->throttler_manager(), URLRequestThrottlerEntry 1310 net/url_request/url_fetcher_impl_unittest.cc scoped_refptr<URLRequestThrottlerEntry> entry( URLRequestThrottlerEntry 1311 net/url_request/url_fetcher_impl_unittest.cc new URLRequestThrottlerEntry(request_context()->throttler_manager(), URLRequestThrottlerEntry 24 net/url_request/url_request_throttler_entry.cc const int URLRequestThrottlerEntry::kDefaultSlidingWindowPeriodMs = 2000; URLRequestThrottlerEntry 25 net/url_request/url_request_throttler_entry.cc const int URLRequestThrottlerEntry::kDefaultMaxSendThreshold = 20; URLRequestThrottlerEntry 43 net/url_request/url_request_throttler_entry.cc const int URLRequestThrottlerEntry::kDefaultNumErrorsToIgnore = 2; URLRequestThrottlerEntry 44 net/url_request/url_request_throttler_entry.cc const int URLRequestThrottlerEntry::kDefaultInitialDelayMs = 700; URLRequestThrottlerEntry 45 net/url_request/url_request_throttler_entry.cc const double URLRequestThrottlerEntry::kDefaultMultiplyFactor = 1.4; URLRequestThrottlerEntry 46 net/url_request/url_request_throttler_entry.cc const double URLRequestThrottlerEntry::kDefaultJitterFactor = 0.4; URLRequestThrottlerEntry 47 net/url_request/url_request_throttler_entry.cc const int URLRequestThrottlerEntry::kDefaultMaximumBackoffMs = 15 * 60 * 1000; URLRequestThrottlerEntry 48 net/url_request/url_request_throttler_entry.cc const int URLRequestThrottlerEntry::kDefaultEntryLifetimeMs = 2 * 60 * 1000; URLRequestThrottlerEntry 49 net/url_request/url_request_throttler_entry.cc const char URLRequestThrottlerEntry::kExponentialThrottlingHeader[] = URLRequestThrottlerEntry 51 net/url_request/url_request_throttler_entry.cc const char URLRequestThrottlerEntry::kExponentialThrottlingDisableValue[] = URLRequestThrottlerEntry 66 net/url_request/url_request_throttler_entry.cc URLRequestThrottlerEntry::URLRequestThrottlerEntry( URLRequestThrottlerEntry 82 net/url_request/url_request_throttler_entry.cc URLRequestThrottlerEntry::URLRequestThrottlerEntry( URLRequestThrottlerEntry 117 net/url_request/url_request_throttler_entry.cc bool URLRequestThrottlerEntry::IsEntryOutdated() const { URLRequestThrottlerEntry 144 net/url_request/url_request_throttler_entry.cc void URLRequestThrottlerEntry::DisableBackoffThrottling() { URLRequestThrottlerEntry 148 net/url_request/url_request_throttler_entry.cc void URLRequestThrottlerEntry::DetachManager() { URLRequestThrottlerEntry 152 net/url_request/url_request_throttler_entry.cc bool URLRequestThrottlerEntry::ShouldRejectRequest( URLRequestThrottlerEntry 178 net/url_request/url_request_throttler_entry.cc int64 URLRequestThrottlerEntry::ReserveSendingTimeForNextRequest( URLRequestThrottlerEntry 214 net/url_request/url_request_throttler_entry.cc URLRequestThrottlerEntry::GetExponentialBackoffReleaseTime() const { URLRequestThrottlerEntry 226 net/url_request/url_request_throttler_entry.cc void URLRequestThrottlerEntry::UpdateWithResponse( URLRequestThrottlerEntry 241 net/url_request/url_request_throttler_entry.cc void URLRequestThrottlerEntry::ReceivedContentWasMalformed(int response_code) { URLRequestThrottlerEntry 257 net/url_request/url_request_throttler_entry.cc URLRequestThrottlerEntry::~URLRequestThrottlerEntry() { URLRequestThrottlerEntry 260 net/url_request/url_request_throttler_entry.cc void URLRequestThrottlerEntry::Initialize() { URLRequestThrottlerEntry 271 net/url_request/url_request_throttler_entry.cc bool URLRequestThrottlerEntry::IsConsideredError(int response_code) { URLRequestThrottlerEntry 294 net/url_request/url_request_throttler_entry.cc base::TimeTicks URLRequestThrottlerEntry::ImplGetTimeNow() const { URLRequestThrottlerEntry 298 net/url_request/url_request_throttler_entry.cc void URLRequestThrottlerEntry::HandleThrottlingHeader( URLRequestThrottlerEntry 308 net/url_request/url_request_throttler_entry.cc const BackoffEntry* URLRequestThrottlerEntry::GetBackoffEntry() const { URLRequestThrottlerEntry 312 net/url_request/url_request_throttler_entry.cc BackoffEntry* URLRequestThrottlerEntry::GetBackoffEntry() { URLRequestThrottlerEntry 317 net/url_request/url_request_throttler_entry.cc bool URLRequestThrottlerEntry::ExplicitUserRequest(const int load_flags) { URLRequestThrottlerEntry 32 net/url_request/url_request_throttler_entry.h class NET_EXPORT URLRequestThrottlerEntry URLRequestThrottlerEntry 69 net/url_request/url_request_throttler_entry.h URLRequestThrottlerEntry(URLRequestThrottlerManager* manager, URLRequestThrottlerEntry 75 net/url_request/url_request_throttler_entry.h URLRequestThrottlerEntry(URLRequestThrottlerManager* manager, URLRequestThrottlerEntry 105 net/url_request/url_request_throttler_entry.h virtual ~URLRequestThrottlerEntry(); URLRequestThrottlerEntry 170 net/url_request/url_request_throttler_entry.h DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntry); URLRequestThrottlerEntry 62 net/url_request/url_request_throttler_manager.cc scoped_refptr<URLRequestThrottlerEntry>& entry = url_entries_[url_id]; URLRequestThrottlerEntry 74 net/url_request/url_request_throttler_manager.cc entry = new URLRequestThrottlerEntry(this, url_id); URLRequestThrottlerEntry 118 net/url_request/url_request_throttler_manager.cc URLRequestThrottlerEntry* entry) { URLRequestThrottlerEntry 58 net/url_request/url_request_throttler_manager.h void OverrideEntryForTests(const GURL& url, URLRequestThrottlerEntry* entry); URLRequestThrottlerEntry 117 net/url_request/url_request_throttler_manager.h typedef std::map<std::string, scoped_refptr<URLRequestThrottlerEntry> > URLRequestThrottlerEntry 297 net/url_request/url_request_throttler_simulation_unittest.cc class MockURLRequestThrottlerEntry : public URLRequestThrottlerEntry { URLRequestThrottlerEntry 300 net/url_request/url_request_throttler_simulation_unittest.cc : URLRequestThrottlerEntry(manager, std::string()), URLRequestThrottlerEntry 46 net/url_request/url_request_throttler_test_support.cc URLRequestThrottlerEntry::kExponentialThrottlingHeader && URLRequestThrottlerEntry 33 net/url_request/url_request_throttler_unittest.cc class MockURLRequestThrottlerEntry : public URLRequestThrottlerEntry { URLRequestThrottlerEntry 37 net/url_request/url_request_throttler_unittest.cc : net::URLRequestThrottlerEntry(manager, std::string()), URLRequestThrottlerEntry 46 net/url_request/url_request_throttler_unittest.cc : net::URLRequestThrottlerEntry(manager, std::string()), URLRequestThrottlerEntry 74 net/url_request/url_request_throttler_unittest.cc return URLRequestThrottlerEntry::ExplicitUserRequest(load_flags); URLRequestThrottlerEntry 95 net/url_request/url_request_throttler_unittest.cc return URLRequestThrottlerEntry::sliding_window_release_time(); URLRequestThrottlerEntry 100 net/url_request/url_request_throttler_unittest.cc URLRequestThrottlerEntry::set_sliding_window_release_time( URLRequestThrottlerEntry 315 net/url_request/url_request_throttler_unittest.cc int max_send = URLRequestThrottlerEntry::kDefaultMaxSendThreshold; URLRequestThrottlerEntry 317 net/url_request/url_request_throttler_unittest.cc URLRequestThrottlerEntry::kDefaultSlidingWindowPeriodMs;