Lines Matching refs:RefCountedMemory
36 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromUIImage(
43 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromNSImage(
54 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromImageSkia(
109 scoped_refptr<base::RefCountedMemory> raw_data = png_rep.raw_data;
151 scoped_refptr<base::RefCountedMemory> Get1xPNGBytesFromImageSkia(
494 const scoped_refptr<base::RefCountedMemory>& input) {
608 scoped_refptr<base::RefCountedMemory> Image::As1xPNGBytes() const {
624 scoped_refptr<base::RefCountedMemory> png_bytes(NULL);
686 scoped_refptr<base::RefCountedMemory> Image::Copy1xPNGBytes() const {
687 scoped_refptr<base::RefCountedMemory> original = As1xPNGBytes();