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

/external/webkit/Source/JavaScriptCore/wtf/
H A DRefCounted.h31 // The RefCounted class inherits from it reducing the template bloat
135 template<typename T> class RefCounted : public RefCountedBase { class in namespace:WTF
136 WTF_MAKE_NONCOPYABLE(RefCounted); WTF_MAKE_FAST_ALLOCATED;
145 RefCounted() { } function in class:WTF::RefCounted
146 ~RefCounted()
169 using WTF::RefCounted;
/external/chromium/base/memory/
H A Dref_counted.h71 // knock-off of WebKit's RefCounted<T> class. To use this guy just extend your
74 // class MyFoo : public base::RefCounted<MyFoo> {
77 // friend class base::RefCounted<MyFoo>;
84 class RefCounted : public subtle::RefCountedBase { class in namespace:base
86 RefCounted() { } function in class:base::RefCounted
87 ~RefCounted() { }
100 DISALLOW_COPY_AND_ASSIGN(RefCounted<T>);
120 // A thread-safe variant of RefCounted<T>
159 class RefCountedData : public base::RefCounted< base::RefCountedData<T> > {
175 // class MyFoo : public RefCounted<MyFo
[all...]

Completed in 206 milliseconds