Searched defs:ImageDataCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc122 // These functions have the same spec as the ones in ImageDataCache.
221 // ImageDataCache --------------------------------------------------------------
223 class ImageDataCache { class in namespace:ppapi::proxy::__anon10120
225 ImageDataCache() : weak_factory_(this) {} function in class:ppapi::proxy::__anon10120::ImageDataCache
226 ~ImageDataCache() {}
228 static ImageDataCache* GetInstance();
247 friend struct LeakySingletonTraits<ImageDataCache>;
259 base::WeakPtrFactory<ImageDataCache> weak_factory_;
261 DISALLOW_COPY_AND_ASSIGN(ImageDataCache);
265 ImageDataCache* ImageDataCach
[all...]

Completed in 101 milliseconds