/external/chromium_org/net/url_request/ |
url_request_context_storage.cc | 116 URLRequestThrottlerManager* throttler_manager) { 117 context_->set_throttler_manager(throttler_manager); 118 throttler_manager_.reset(throttler_manager);
|
url_request_context.h | 187 URLRequestThrottlerManager* throttler_manager() const { function in class:net::URLRequestContext 190 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) { 191 throttler_manager_ = throttler_manager;
|
url_request_context_storage.h | 67 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);
|
url_fetcher_impl_unittest.cc | 52 DCHECK(throttler_manager() != NULL); 445 DCHECK(context_->throttler_manager()); 452 new URLRequestThrottlerEntry(context_->throttler_manager(), 460 context_->throttler_manager() [all...] |
url_fetcher_core.cc | 420 URLRequestThrottlerManager* throttler_manager = local 421 request->context()->throttler_manager(); 422 if (throttler_manager) { 423 url_throttler_entry_ = throttler_manager->RegisterRequestUrl(url_); 610 request_context_getter_->GetURLRequestContext()->throttler_manager();
|
url_fetcher_core.h | 262 // URLRequestContext::throttler_manager() is NULL.
|
url_request_http_job.cc | 275 URLRequestThrottlerManager* manager = request->context()->throttler_manager(); [all...] |
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_url_fetcher_unittest.cc | 35 net::URLRequestThrottlerManager* throttler_manager) 37 throttler_manager_(throttler_manager) { 70 io_message_loop_proxy_.get(), throttler_manager()); 73 net::URLRequestThrottlerManager* throttler_manager() { function in class:cloud_print::TestCloudPrintURLFetcher 221 fetcher_->throttler_manager(), std::string(), 200, 3, 1, 2.0, 0.0, 256)); 222 fetcher_->throttler_manager()->OverrideEntryForTests(url, entry.get());
|
/external/chromium_org/chrome/browser/profiles/ |
off_the_record_profile_io_data.cc | 187 io_thread_globals->throttler_manager.get()); 250 io_thread_globals->throttler_manager.get());
|
profile_impl_io_data.cc | 421 io_thread_globals->throttler_manager.get()); 537 io_thread_globals->throttler_manager.get());
|
/external/chromium_org/chrome/browser/ |
io_thread.cc | 256 context->set_throttler_manager(globals->throttler_manager.get()); 659 globals_->throttler_manager.reset(new net::URLRequestThrottlerManager()); 660 globals_->throttler_manager->set_net_log(net_log_); 662 globals_->throttler_manager->set_enable_thread_checks(true); [all...] |
io_thread.h | 133 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; member in struct:IOThread::Globals
|