Home | History | Annotate | Download | only in content

Lines Matching refs:ProxyImageData

25 class ProxyImageData : public base::RefCountedThreadSafe<ProxyImageData> {
27 ProxyImageData() {
32 base::Bind(&ProxyImageData::EncodeOnWorker,
46 friend class base::RefCountedThreadSafe<ProxyImageData>;
47 virtual ~ProxyImageData() {
60 DISALLOW_COPY_AND_ASSIGN(ProxyImageData);
173 scoped_refptr<ProxyImageData> png_image = new ProxyImageData();
182 scoped_refptr<ProxyImageData> image) {