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

  /external/chromium/base/memory/
ref_counted_memory.h 38 class BASE_API RefCountedStaticMemory : public RefCountedMemory {
40 RefCountedStaticMemory()
42 RefCountedStaticMemory(const unsigned char* data, size_t length)
53 DISALLOW_COPY_AND_ASSIGN(RefCountedStaticMemory);
  /external/chromium_org/base/memory/
ref_counted_memory.h 41 class BASE_EXPORT RefCountedStaticMemory : public RefCountedMemory {
43 RefCountedStaticMemory()
45 RefCountedStaticMemory(const unsigned char* data, size_t length)
53 virtual ~RefCountedStaticMemory();
58 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 115 milliseconds