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

  /external/chromium_org/ui/gfx/image/
image.h 53 class ImageStorage;
203 scoped_refptr<internal::ImageStorage> storage_;
image.cc 471 class ImageStorage : public base::RefCounted<ImageStorage> {
473 ImageStorage(gfx::Image::RepresentationType default_type)
497 friend class base::RefCounted<ImageStorage>;
499 ~ImageStorage() {}
519 DISALLOW_COPY_AND_ASSIGN(ImageStorage);
539 storage_ = new internal::ImageStorage(Image::kImageRepPNG);
546 storage_ = new internal::ImageStorage(Image::kImageRepSkia);
556 storage_ = new internal::ImageStorage(Image::kImageRepGdk);
565 : storage_(new internal::ImageStorage(Image::kImageRepCocoaTouch))
    [all...]

Completed in 63 milliseconds