RefCountedMallocedMemory   79 base/memory/ref_counted_memory.cc RefCountedMallocedMemory::RefCountedMallocedMemory(
RefCountedMallocedMemory   85 base/memory/ref_counted_memory.cc const unsigned char* RefCountedMallocedMemory::front() const {
RefCountedMallocedMemory   89 base/memory/ref_counted_memory.cc size_t RefCountedMallocedMemory::size() const {
RefCountedMallocedMemory   93 base/memory/ref_counted_memory.cc RefCountedMallocedMemory::~RefCountedMallocedMemory() {
RefCountedMallocedMemory  125 base/memory/ref_counted_memory.h class BASE_EXPORT RefCountedMallocedMemory : public base::RefCountedMemory {
RefCountedMallocedMemory  127 base/memory/ref_counted_memory.h   RefCountedMallocedMemory(void* data, size_t length);
RefCountedMallocedMemory  134 base/memory/ref_counted_memory.h   virtual ~RefCountedMallocedMemory();
RefCountedMallocedMemory  139 base/memory/ref_counted_memory.h   DISALLOW_COPY_AND_ASSIGN(RefCountedMallocedMemory);
RefCountedMallocedMemory   43 base/memory/ref_counted_memory_unittest.cc TEST(RefCountedMemoryUnitTest, RefCountedMallocedMemory) {
RefCountedMallocedMemory   47 base/memory/ref_counted_memory_unittest.cc   scoped_refptr<RefCountedMemory> mem = new RefCountedMallocedMemory(data, 6);