Searched refs:URLRequestThrottlerManager (Results 1 – 16 of 16) sorted by relevance
16 const unsigned int URLRequestThrottlerManager::kMaximumNumberOfEntries = 1500;17 const unsigned int URLRequestThrottlerManager::kRequestsBetweenCollecting = 200;19 URLRequestThrottlerManager::URLRequestThrottlerManager() in URLRequestThrottlerManager() function in net::URLRequestThrottlerManager33 URLRequestThrottlerManager::~URLRequestThrottlerManager() { in ~URLRequestThrottlerManager()52 URLRequestThrottlerManager::RegisterRequestUrl(const GURL &url) { in RegisterRequestUrl()101 void URLRequestThrottlerManager::AddToOptOutList(const std::string& host) { in AddToOptOutList()116 void URLRequestThrottlerManager::OverrideEntryForTests( in OverrideEntryForTests()128 void URLRequestThrottlerManager::EraseEntryForTests(const GURL& url) { in EraseEntryForTests()134 void URLRequestThrottlerManager::set_enable_thread_checks(bool enable) { in set_enable_thread_checks()138 bool URLRequestThrottlerManager::enable_thread_checks() const { in enable_thread_checks()[all …]
35 class NET_EXPORT URLRequestThrottlerManager40 URLRequestThrottlerManager(); in NON_EXPORTED_BASE()41 virtual ~URLRequestThrottlerManager(); in NON_EXPORTED_BASE()161 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerManager); in NON_EXPORTED_BASE()
20 class URLRequestThrottlerManager; variable70 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,76 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,166 URLRequestThrottlerManager* manager_;
44 class URLRequestThrottlerManager; variable180 URLRequestThrottlerManager* throttler_manager() const { in NON_EXPORTED_BASE()183 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) { in NON_EXPORTED_BASE()240 URLRequestThrottlerManager* throttler_manager_; in NON_EXPORTED_BASE()
33 class URLRequestThrottlerManager; variable68 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);98 scoped_ptr<URLRequestThrottlerManager> throttler_manager_;
67 URLRequestThrottlerManager* manager, in URLRequestThrottlerEntry()83 URLRequestThrottlerManager* manager, in URLRequestThrottlerEntry()
37 URLRequestThrottlerManager* manager) in MockURLRequestThrottlerEntry()43 URLRequestThrottlerManager* manager, in MockURLRequestThrottlerEntry()112 class MockURLRequestThrottlerManager : public URLRequestThrottlerManager {
117 URLRequestThrottlerManager* throttler_manager) { in set_throttler_manager()
305 explicit MockURLRequestThrottlerEntry(URLRequestThrottlerManager* manager) in MockURLRequestThrottlerEntry()504 URLRequestThrottlerManager manager; in SimulateAttack()607 URLRequestThrottlerManager manager; in SimulateDowntime()
425 URLRequestThrottlerManager* throttler_manager = in OnReadCompleted()615 URLRequestThrottlerManager* manager = in StartURLRequestWhenAppropriate()
330 storage->set_throttler_manager(new URLRequestThrottlerManager()); in Build()
209 URLRequestThrottlerManager* manager = request->context()->throttler_manager(); in URLRequestHttpJob()
56 URLRequestThrottlerManager throttler_manager_;
35 net::URLRequestThrottlerManager* throttler_manager) in TrackingTestURLRequestContextGetter()57 net::URLRequestThrottlerManager* throttler_manager_;73 net::URLRequestThrottlerManager* throttler_manager() { in throttler_manager()84 net::URLRequestThrottlerManager throttler_manager_;
71 class URLRequestThrottlerManager; variable145 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager;
711 globals_->throttler_manager.reset(new net::URLRequestThrottlerManager()); in InitAsync()