Home
last modified time | relevance | path

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

/external/chromium_org/net/url_request/
Durl_request_throttler_entry_interface.h21 class NET_EXPORT URLRequestThrottlerEntryInterface
22 : public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
24 URLRequestThrottlerEntryInterface() {} in URLRequestThrottlerEntryInterface() function
63 friend class base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface>;
64 virtual ~URLRequestThrottlerEntryInterface() {} in ~URLRequestThrottlerEntryInterface()
67 friend class base::RefCounted<URLRequestThrottlerEntryInterface>;
68 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntryInterface);
Durl_request_throttler_unittest.cc431 net::URLRequestThrottlerEntryInterface* entry, in ExpectEntryAllowsAllOnErrorIfOptedOut()
458 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry = in TEST_F()
473 scoped_refptr<net::URLRequestThrottlerEntryInterface> other_entry = in TEST_F()
478 scoped_refptr<net::URLRequestThrottlerEntryInterface> no_opt_out_entry = in TEST_F()
487 scoped_refptr<net::URLRequestThrottlerEntryInterface> localhost_entry = in TEST_F()
495 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry_before = in TEST_F()
520 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry_after = in TEST_F()
Durl_fetcher_core.h37 class URLRequestThrottlerEntryInterface; variable
264 scoped_refptr<URLRequestThrottlerEntryInterface>
266 scoped_refptr<URLRequestThrottlerEntryInterface> url_throttler_entry_;
Durl_request_throttler_manager.h47 scoped_refptr<URLRequestThrottlerEntryInterface> RegisterRequestUrl( in NON_EXPORTED_BASE()
Durl_request_throttler_entry.h33 : public URLRequestThrottlerEntryInterface {
Durl_request_throttler_manager.cc51 scoped_refptr<URLRequestThrottlerEntryInterface>
Durl_request_http_job.h197 scoped_refptr<URLRequestThrottlerEntryInterface> throttling_entry_;