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

  /external/chromium_org/net/url_request/
url_request_context_storage.cc 116 void URLRequestContextStorage::set_throttler_manager( function in class:net::URLRequestContextStorage
118 context_->set_throttler_manager(throttler_manager);
url_request_context_storage.h 68 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);
url_request_context.cc 59 set_throttler_manager(other->throttler_manager_);
url_request_context.h 183 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) { function in class:net::URLRequestContext
url_request_context_builder.cc 330 storage->set_throttler_manager(new URLRequestThrottlerManager());
url_fetcher_impl_unittest.cc 50 set_throttler_manager(&throttler_manager_);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 227 main_context->set_throttler_manager(
302 extensions_context->set_throttler_manager(
profile_impl_io_data.cc 482 main_context->set_throttler_manager(
614 extensions_context->set_throttler_manager(
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher_unittest.cc 44 context_->set_throttler_manager(throttler_manager_);
  /external/chromium_org/chrome/browser/
io_thread.cc 286 context->set_throttler_manager(globals->throttler_manager.get());
    [all...]

Completed in 174 milliseconds