Searched defs:throttler_manager (Results 1 - 5 of 5) sorted by path

/external/chromium_org/chrome/browser/
H A Dio_thread.h145 scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; member in struct:IOThread::Globals
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_url_fetcher_unittest.cc35 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());
33 TrackingTestURLRequestContextGetter( base::MessageLoopProxy* io_message_loop_proxy, net::URLRequestThrottlerManager* throttler_manager) argument
/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc425 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();
H A Durl_request_context.h180 URLRequestThrottlerManager* throttler_manager() const { function in class:net::URLRequestContext
183 void set_throttler_manager(URLRequestThrottlerManager* throttler_manager) { argument
184 throttler_manager_ = throttler_manager;
H A Durl_request_context_storage.cc117 URLRequestThrottlerManager* throttler_manager) {
118 context_->set_throttler_manager(throttler_manager);
119 throttler_manager_.reset(throttler_manager);
116 set_throttler_manager( URLRequestThrottlerManager* throttler_manager) argument

Completed in 285 milliseconds