HomeSort by relevance Sort by last modified time
    Searched refs:throttler_manager (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/url_request/
url_request_context_storage.cc 117 URLRequestThrottlerManager* throttler_manager) {
118 context_->set_throttler_manager(throttler_manager);
119 throttler_manager_.reset(throttler_manager);
url_request_context.h 180 URLRequestThrottlerManager* throttler_manager() const { function in class:net::URLRequestContext
183 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) {
184 throttler_manager_ = throttler_manager;
url_request_context_storage.h 68 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 425 URLRequestThrottlerManager* throttler_manager = local
426 request->context()->throttler_manager();
427 if (throttler_manager) {
428 url_throttler_entry_ = throttler_manager->RegisterRequestUrl(url_);
616 request_context_getter_->GetURLRequestContext()->throttler_manager();
url_request_http_job.cc 209 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 228 io_thread_globals->throttler_manager.get());
303 io_thread_globals->throttler_manager.get());
profile_impl_io_data.cc 483 io_thread_globals->throttler_manager.get());
615 io_thread_globals->throttler_manager.get());
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 286 context->set_throttler_manager(globals->throttler_manager.get());
711 globals_->throttler_manager.reset(new net::URLRequestThrottlerManager());
712 globals_->throttler_manager->set_net_log(net_log_);
714 globals_->throttler_manager->set_enable_thread_checks(true);
    [all...]
io_thread.h 145 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; member in struct:IOThread::Globals

Completed in 134 milliseconds