Searched refs:throttler_manager (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_url_fetcher_unittest.cc | 35 net::URLRequestThrottlerManager* throttler_manager) in TrackingTestURLRequestContextGetter() argument 37 throttler_manager_(throttler_manager) { in TrackingTestURLRequestContextGetter() 70 io_message_loop_proxy_.get(), throttler_manager()); in GetRequestContextGetter() 73 net::URLRequestThrottlerManager* throttler_manager() { in throttler_manager() function in cloud_print::TestCloudPrintURLFetcher 221 fetcher_->throttler_manager(), std::string(), 200, 3, 1, 2.0, 0.0, 256)); in CreateFetcher() 222 fetcher_->throttler_manager()->OverrideEntryForTests(url, entry.get()); in CreateFetcher()
|
/external/chromium_org/net/url_request/ |
D | url_request_context_storage.cc | 117 URLRequestThrottlerManager* throttler_manager) { in set_throttler_manager() argument 118 context_->set_throttler_manager(throttler_manager); in set_throttler_manager() 119 throttler_manager_.reset(throttler_manager); in set_throttler_manager()
|
D | url_request_context.h | 180 URLRequestThrottlerManager* throttler_manager() const { in NON_EXPORTED_BASE() 183 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) { in NON_EXPORTED_BASE() 184 throttler_manager_ = throttler_manager; in NON_EXPORTED_BASE()
|
D | url_fetcher_impl_unittest.cc | 52 DCHECK(throttler_manager() != NULL); in ThrottlingTestURLRequestContext() 445 DCHECK(context_->throttler_manager()); in GetURLRequestContext() 452 new URLRequestThrottlerEntry(context_->throttler_manager(), in GetURLRequestContext() 460 context_->throttler_manager() in GetURLRequestContext() 1188 new URLRequestThrottlerEntry(request_context()->throttler_manager(), in TEST_F() 1196 request_context()->throttler_manager() in TEST_F() 1217 new URLRequestThrottlerEntry(request_context()->throttler_manager(), in TEST_F() 1225 request_context()->throttler_manager() in TEST_F() 1246 new URLRequestThrottlerEntry(request_context()->throttler_manager(), in TEST_F() 1256 request_context()->throttler_manager() in TEST_F() [all …]
|
D | url_fetcher_core.cc | 425 URLRequestThrottlerManager* throttler_manager = in OnReadCompleted() local 426 request->context()->throttler_manager(); in OnReadCompleted() 427 if (throttler_manager) { in OnReadCompleted() 428 url_throttler_entry_ = throttler_manager->RegisterRequestUrl(url_); in OnReadCompleted() 616 request_context_getter_->GetURLRequestContext()->throttler_manager(); in StartURLRequestWhenAppropriate()
|
D | url_request_context_storage.h | 68 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);
|
D | url_request_http_job.cc | 209 URLRequestThrottlerManager* manager = request->context()->throttler_manager(); in URLRequestHttpJob()
|
/external/chromium_org/chrome/browser/profiles/ |
D | off_the_record_profile_io_data.cc | 228 io_thread_globals->throttler_manager.get()); in InitializeInternal() 303 io_thread_globals->throttler_manager.get()); in InitializeExtensionsRequestContext()
|
D | profile_impl_io_data.cc | 483 io_thread_globals->throttler_manager.get()); in InitializeInternal() 615 io_thread_globals->throttler_manager.get()); in InitializeExtensionsRequestContext()
|
/external/chromium_org/chrome/browser/ |
D | io_thread.cc | 286 context->set_throttler_manager(globals->throttler_manager.get()); in ConstructSystemRequestContext() 711 globals_->throttler_manager.reset(new net::URLRequestThrottlerManager()); in InitAsync() 712 globals_->throttler_manager->set_net_log(net_log_); in InitAsync() 714 globals_->throttler_manager->set_enable_thread_checks(true); in InitAsync()
|
D | io_thread.h | 145 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; member
|