Searched refs:ImageStorage (Results 1 – 2 of 2) sorted by relevance
364 class ImageStorage : public base::RefCounted<ImageStorage> { class366 ImageStorage(Image::RepresentationType default_type) in ImageStorage() function in gfx::internal::ImageStorage390 friend class base::RefCounted<ImageStorage>;392 ~ImageStorage() {} in ~ImageStorage()412 DISALLOW_COPY_AND_ASSIGN(ImageStorage);432 storage_ = new internal::ImageStorage(Image::kImageRepPNG); in Image()439 storage_ = new internal::ImageStorage(Image::kImageRepSkia); in Image()448 : storage_(new internal::ImageStorage(Image::kImageRepCocoaTouch)) { in Image()457 storage_ = new internal::ImageStorage(Image::kImageRepCocoa); in Image()
49 class ImageStorage; variable193 scoped_refptr<internal::ImageStorage> storage_;