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

  /external/libchrome/base/memory/
ref_counted_memory_unittest.cc 25 scoped_refptr<RefCountedMemory> mem = RefCountedBytes::TakeVector(&data);
64 scoped_refptr<RefCountedMemory> mem2 = RefCountedBytes::TakeVector(&d2);
ref_counted_memory.cc 41 RefCountedBytes* RefCountedBytes::TakeVector(
ref_counted_memory.h 84 static RefCountedBytes* TakeVector(std::vector<unsigned char>* to_destroy);

Completed in 897 milliseconds