Home
last modified time | relevance | path

Searched refs:URLRequestThrottlerManager (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_throttler_manager.cc16 const unsigned int URLRequestThrottlerManager::kMaximumNumberOfEntries = 1500;
17 const unsigned int URLRequestThrottlerManager::kRequestsBetweenCollecting = 200;
19 URLRequestThrottlerManager::URLRequestThrottlerManager() in URLRequestThrottlerManager() function in net::URLRequestThrottlerManager
33 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 …]
Durl_request_throttler_manager.h35 class NET_EXPORT URLRequestThrottlerManager
40 URLRequestThrottlerManager(); in NON_EXPORTED_BASE()
41 virtual ~URLRequestThrottlerManager(); in NON_EXPORTED_BASE()
161 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerManager); in NON_EXPORTED_BASE()
Durl_request_throttler_entry.h20 class URLRequestThrottlerManager; variable
70 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
76 URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
166 URLRequestThrottlerManager* manager_;
Durl_request_context.h44 class URLRequestThrottlerManager; variable
180 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()
Durl_request_context_storage.h33 class URLRequestThrottlerManager; variable
68 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);
98 scoped_ptr<URLRequestThrottlerManager> throttler_manager_;
Durl_request_throttler_entry.cc67 URLRequestThrottlerManager* manager, in URLRequestThrottlerEntry()
83 URLRequestThrottlerManager* manager, in URLRequestThrottlerEntry()
Durl_request_throttler_unittest.cc37 URLRequestThrottlerManager* manager) in MockURLRequestThrottlerEntry()
43 URLRequestThrottlerManager* manager, in MockURLRequestThrottlerEntry()
112 class MockURLRequestThrottlerManager : public URLRequestThrottlerManager {
Durl_request_context_storage.cc117 URLRequestThrottlerManager* throttler_manager) { in set_throttler_manager()
Durl_request_throttler_simulation_unittest.cc305 explicit MockURLRequestThrottlerEntry(URLRequestThrottlerManager* manager) in MockURLRequestThrottlerEntry()
504 URLRequestThrottlerManager manager; in SimulateAttack()
607 URLRequestThrottlerManager manager; in SimulateDowntime()
Durl_fetcher_core.cc425 URLRequestThrottlerManager* throttler_manager = in OnReadCompleted()
615 URLRequestThrottlerManager* manager = in StartURLRequestWhenAppropriate()
Durl_request_context_builder.cc330 storage->set_throttler_manager(new URLRequestThrottlerManager()); in Build()
Durl_request_http_job.cc209 URLRequestThrottlerManager* manager = request->context()->throttler_manager(); in URLRequestHttpJob()
Durl_fetcher_impl_unittest.cc56 URLRequestThrottlerManager throttler_manager_;
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_url_fetcher_unittest.cc35 net::URLRequestThrottlerManager* throttler_manager) in TrackingTestURLRequestContextGetter()
57 net::URLRequestThrottlerManager* throttler_manager_;
73 net::URLRequestThrottlerManager* throttler_manager() { in throttler_manager()
84 net::URLRequestThrottlerManager throttler_manager_;
/external/chromium_org/chrome/browser/
Dio_thread.h71 class URLRequestThrottlerManager; variable
145 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager;
Dio_thread.cc711 globals_->throttler_manager.reset(new net::URLRequestThrottlerManager()); in InitAsync()