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

  /external/chromium_org/athena/content/
content_proxy.h 21 class ProxyImageData;
78 void OnContentImageEncodeComplete(scoped_refptr<ProxyImageData> image);
content_proxy.cc 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)
    [all...]

Completed in 152 milliseconds