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

/external/chromium/base/memory/
H A Dref_counted_memory.h38 class BASE_API RefCountedStaticMemory : public RefCountedMemory { class in inherits:RefCountedMemory
40 RefCountedStaticMemory() function in class:RefCountedStaticMemory
42 RefCountedStaticMemory(const unsigned char* data, size_t length) function in class:RefCountedStaticMemory
53 DISALLOW_COPY_AND_ASSIGN(RefCountedStaticMemory);
/external/chromium_org/base/memory/
H A Dref_counted_memory.h41 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory { class in namespace:base
43 RefCountedStaticMemory() function in class:base::RefCountedStaticMemory
45 RefCountedStaticMemory(const unsigned char* data, size_t length) function in class:base::RefCountedStaticMemory
53 virtual ~RefCountedStaticMemory();
58 DISALLOW_COPY_AND_ASSIGN(RefCountedStaticMemory);
H A Dref_counted_memory.cc22 const unsigned char* RefCountedStaticMemory::front() const {
26 size_t RefCountedStaticMemory::size() const {
30 RefCountedStaticMemory::~RefCountedStaticMemory() {}

Completed in 265 milliseconds