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

/external/chromium_org/base/memory/
H A Dref_counted_memory.cc13 bool RefCountedMemory::Equals(
14 const scoped_refptr<RefCountedMemory>& other) const {
20 RefCountedMemory::RefCountedMemory() {} function in class:base::RefCountedMemory
22 RefCountedMemory::~RefCountedMemory() {}
H A Dref_counted_memory.h20 class BASE_EXPORT RefCountedMemory class in namespace:base
21 : public base::RefCountedThreadSafe<RefCountedMemory> {
31 bool Equals(const scoped_refptr<RefCountedMemory>& other) const;
39 friend class base::RefCountedThreadSafe<RefCountedMemory>;
40 RefCountedMemory();
41 virtual ~RefCountedMemory();
44 // An implementation of RefCountedMemory, where the ref counting does not
46 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
54 // Overridden from RefCountedMemory:
67 // An implementation of RefCountedMemory, wher
[all...]

Completed in 295 milliseconds