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

  /external/chromium_org/chrome/browser/extensions/
extension_icon_image.cc 22 // The ImageSkia provided by extensions::IconImage contains ImageSkiaReps that
29 // - If the extension has the resource, IconImage tries to load it using
78 // IconImage::Source
80 class IconImage::Source : public gfx::ImageSkiaSource {
82 Source(IconImage* host, const gfx::Size& size_in_dip);
92 // Used to load images, possibly asynchronously. NULLed out when the IconImage
94 IconImage* host_;
103 IconImage::Source::Source(IconImage* host, const gfx::Size& size_in_dip)
108 IconImage::Source::~Source()
    [all...]
extension_icon_image.h 47 // Note that |IconImage| is not thread safe.
48 class IconImage : public content::NotificationObserver {
54 virtual void OnExtensionIconImageChanged(IconImage* image) = 0;
63 IconImage(Profile* profile,
69 virtual ~IconImage();
106 base::WeakPtrFactory<IconImage> weak_ptr_factory_;
108 DISALLOW_COPY_AND_ASSIGN(IconImage);

Completed in 47 milliseconds