Home
last modified time | relevance | path

Searched refs:URLRequestThrottlerEntryInterface (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/url_request/
Durl_request_throttler_entry_interface.h18 class URLRequestThrottlerEntryInterface
19 : public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
21 URLRequestThrottlerEntryInterface() {} in URLRequestThrottlerEntryInterface() function
56 friend class base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface>;
57 virtual ~URLRequestThrottlerEntryInterface() {} in ~URLRequestThrottlerEntryInterface()
60 friend class base::RefCounted<URLRequestThrottlerEntryInterface>;
61 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntryInterface);
Durl_request_throttler_unittest.cc430 net::URLRequestThrottlerEntryInterface* entry, in ExpectEntryAllowsAllOnErrorIfOptedOut()
456 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry = in TEST()
471 scoped_refptr<net::URLRequestThrottlerEntryInterface> other_entry = in TEST()
476 scoped_refptr<net::URLRequestThrottlerEntryInterface> no_opt_out_entry = in TEST()
483 scoped_refptr<net::URLRequestThrottlerEntryInterface> localhost_entry = in TEST()
Durl_request_throttler_manager.h43 scoped_refptr<URLRequestThrottlerEntryInterface> RegisterRequestUrl(
Durl_request_throttler_entry.h31 class URLRequestThrottlerEntry : public URLRequestThrottlerEntryInterface {
Durl_request_throttler_manager.cc20 scoped_refptr<URLRequestThrottlerEntryInterface>
Durl_request_http_job.h119 scoped_refptr<URLRequestThrottlerEntryInterface> throttling_entry_;
/external/chromium/chrome/common/net/
Durl_fetcher.cc154 scoped_refptr<net::URLRequestThrottlerEntryInterface>
156 scoped_refptr<net::URLRequestThrottlerEntryInterface> url_throttler_entry_;