Searched defs:URLRequestThrottlerEntryInterface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_throttler_entry_interface.h22 class NET_EXPORT URLRequestThrottlerEntryInterface class in namespace:net
23 : public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
25 URLRequestThrottlerEntryInterface() {} function in class:net::URLRequestThrottlerEntryInterface
66 friend class base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface>;
67 virtual ~URLRequestThrottlerEntryInterface() {}
70 friend class base::RefCounted<URLRequestThrottlerEntryInterface>;
71 DISALLOW_COPY_AND_ASSIGN(URLRequestThrottlerEntryInterface);

Completed in 122 milliseconds