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 115 void URLRequestContextStorage::set_throttler_manager( function in class:net::URLRequestContextStorage
117 context_->set_throttler_manager(throttler_manager);
url_request_context_storage.h 67 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager);
url_request_context.cc 58 set_throttler_manager(other->throttler_manager_);
url_request_context.h 190 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) { function in class:net::URLRequestContext
url_fetcher_impl_unittest.cc 50 set_throttler_manager(&throttler_manager_);
    [all...]
  /external/chromium_org/chrome/service/net/
service_url_request_context.cc 123 storage_.set_throttler_manager(new net::URLRequestThrottlerManager);
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 186 main_context->set_throttler_manager(
249 extensions_context->set_throttler_manager(
profile_impl_io_data.cc 420 main_context->set_throttler_manager(
536 extensions_context->set_throttler_manager(
  /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 256 context->set_throttler_manager(globals->throttler_manager.get());
    [all...]

Completed in 242 milliseconds