Searched refs:XRefcountedMemory (Results 1 – 2 of 2) sorted by relevance
320 class UI_EXPORT XRefcountedMemory : public base::RefCountedMemory {322 XRefcountedMemory(unsigned char* x11_data, size_t length) in XRefcountedMemory() function332 virtual ~XRefcountedMemory();337 DISALLOW_COPY_AND_ASSIGN(XRefcountedMemory);
742 *out_data = new XRefcountedMemory(property_data, bytes); in GetRawBytesOfProperty()1366 const unsigned char* XRefcountedMemory::front() const { in front()1370 size_t XRefcountedMemory::size() const { in size()1374 XRefcountedMemory::~XRefcountedMemory() { in ~XRefcountedMemory()