Home
last modified time | relevance | path

Searched refs:throttler_manager (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_url_fetcher_unittest.cc35 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/
Durl_request_context_storage.cc117 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()
Durl_request_context.h180 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()
Durl_fetcher_impl_unittest.cc52 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 …]
Durl_fetcher_core.cc425 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()
Durl_request_context_storage.h68 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);
Durl_request_http_job.cc209 URLRequestThrottlerManager* manager = request->context()->throttler_manager(); in URLRequestHttpJob()
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc228 io_thread_globals->throttler_manager.get()); in InitializeInternal()
303 io_thread_globals->throttler_manager.get()); in InitializeExtensionsRequestContext()
Dprofile_impl_io_data.cc483 io_thread_globals->throttler_manager.get()); in InitializeInternal()
615 io_thread_globals->throttler_manager.get()); in InitializeExtensionsRequestContext()
/external/chromium_org/chrome/browser/
Dio_thread.cc286 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()
Dio_thread.h145 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; member