OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadSafeRefCountedBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSafeRefCounted.h
41
class WTF_EXPORT
ThreadSafeRefCountedBase
{
42
WTF_MAKE_NONCOPYABLE(
ThreadSafeRefCountedBase
);
45
ThreadSafeRefCountedBase
(int initialRefCount = 1)
81
template<class T> class ThreadSafeRefCounted : public
ThreadSafeRefCountedBase
{
OwnPtrCommon.h
38
class
ThreadSafeRefCountedBase
;
43
|| IsSubclass<T,
ThreadSafeRefCountedBase
>::value;
Completed in 34 milliseconds