OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLRequestThrottlerEntryInterface
(Results
1 - 2
of
2
) 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
);
/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
);
Completed in 47 milliseconds