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

  /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/net/url_request/
url_request_context.h 181 URLRequestThrottlerManager* throttler_manager() const { function in class:net::URLRequestContext
184 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) {
185 throttler_manager_ = throttler_manager;
url_fetcher_core.cc 422 URLRequestThrottlerManager* throttler_manager = local
423 request->context()->throttler_manager();
424 if (throttler_manager) {
425 url_throttler_entry_ = throttler_manager->RegisterRequestUrl(url_);
613 request_context_getter_->GetURLRequestContext()->throttler_manager();
  /external/chromium_org/chrome/browser/
io_thread.h 134 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; member in struct:IOThread::Globals

Completed in 145 milliseconds