HomeSort by relevance Sort by last modified time
    Searched refs:URLRequestThrottlerEntryInterface (Results 1 - 14 of 14) sorted by null

  /external/chromium/net/url_request/
url_request_throttler_entry_interface.h 18 class URLRequestThrottlerEntryInterface
19 : public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
21 URLRequestThrottlerEntryInterface() {}
56 friend class base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface>;
57 virtual ~URLRequestThrottlerEntryInterface() {}
60 friend class base::RefCounted<URLRequestThrottlerEntryInterface>;
61 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntryInterface);
url_request_throttler_manager.h 43 scoped_refptr<URLRequestThrottlerEntryInterface> RegisterRequestUrl(
url_request_throttler_entry.h 31 class URLRequestThrottlerEntry : public URLRequestThrottlerEntryInterface {
94 // Implementation of URLRequestThrottlerEntryInterface.
url_request_throttler_unittest.cc 430 net::URLRequestThrottlerEntryInterface* entry,
456 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry =
471 scoped_refptr<net::URLRequestThrottlerEntryInterface> other_entry =
476 scoped_refptr<net::URLRequestThrottlerEntryInterface> no_opt_out_entry =
483 scoped_refptr<net::URLRequestThrottlerEntryInterface> localhost_entry =
url_request_http_job.h 119 scoped_refptr<URLRequestThrottlerEntryInterface> throttling_entry_;
url_request_throttler_manager.cc 20 scoped_refptr<URLRequestThrottlerEntryInterface>
45 // URLRequestThrottlerEntryInterface here that never blocks anything (and
  /external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h 21 class NET_EXPORT URLRequestThrottlerEntryInterface
22 : public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
24 URLRequestThrottlerEntryInterface() {}
63 friend class base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface>;
64 virtual ~URLRequestThrottlerEntryInterface() {}
67 friend class base::RefCounted<URLRequestThrottlerEntryInterface>;
68 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntryInterface);
url_request_throttler_entry.h 33 : public URLRequestThrottlerEntryInterface {
94 // Implementation of URLRequestThrottlerEntryInterface.
url_request_throttler_manager.h 47 scoped_refptr<URLRequestThrottlerEntryInterface> RegisterRequestUrl(
url_fetcher_core.h 38 class URLRequestThrottlerEntryInterface;
276 scoped_refptr<URLRequestThrottlerEntryInterface>
278 scoped_refptr<URLRequestThrottlerEntryInterface> url_throttler_entry_;
url_request_throttler_unittest.cc 471 net::URLRequestThrottlerEntryInterface* entry,
498 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry =
513 scoped_refptr<net::URLRequestThrottlerEntryInterface> other_entry =
518 scoped_refptr<net::URLRequestThrottlerEntryInterface> no_opt_out_entry =
527 scoped_refptr<net::URLRequestThrottlerEntryInterface> localhost_entry =
535 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry_before =
560 scoped_refptr<net::URLRequestThrottlerEntryInterface> entry_after =
url_request_http_job.h 197 scoped_refptr<URLRequestThrottlerEntryInterface> throttling_entry_;
url_request_throttler_manager.cc 51 scoped_refptr<URLRequestThrottlerEntryInterface>
92 // URLRequestThrottlerEntryInterface here that never blocks anything (and
  /external/chromium/chrome/common/net/
url_fetcher.cc 154 scoped_refptr<net::URLRequestThrottlerEntryInterface>
156 scoped_refptr<net::URLRequestThrottlerEntryInterface> url_throttler_entry_;

Completed in 1533 milliseconds