Home | History | Annotate | Download | only in history

Lines Matching refs:RefCountedBytes

97         scoped_refptr<RefCountedBytes> data;
208 scoped_refptr<RefCountedBytes> thumbnail_data;
247 scoped_refptr<RefCountedBytes>* bytes) {
523 const RefCountedBytes* thumbnail_data,
544 image->thumbnail = const_cast<RefCountedBytes*>(thumbnail_data);
552 const RefCountedBytes* thumbnail,
571 scoped_refptr<RefCountedBytes>* bytes) {
572 *bytes = new RefCountedBytes();
600 const RefCountedBytes* thumbnail,
607 image.second.thumbnail = const_cast<RefCountedBytes*>(thumbnail);