HomeSort by relevance Sort by last modified time
    Searched defs:RefCountedStaticMemory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/memory/
ref_counted_memory.h 46 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
48 RefCountedStaticMemory()
50 RefCountedStaticMemory(const void* data, size_t length)
59 virtual ~RefCountedStaticMemory();
64 DISALLOW_COPY_AND_ASSIGN(RefCountedStaticMemory);
ref_counted_memory.cc 24 const unsigned char* RefCountedStaticMemory::front() const {
28 size_t RefCountedStaticMemory::size() const {
32 RefCountedStaticMemory::~RefCountedStaticMemory() {}

Completed in 280 milliseconds