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

/external/chromium_org/extensions/browser/
H A Dextension_icon_image.h50 // Note that |IconImage| is not thread safe.
51 class IconImage : public content::NotificationObserver { class in namespace:extensions
57 virtual void OnExtensionIconImageChanged(IconImage* image) = 0;
66 IconImage(content::BrowserContext* context,
72 virtual ~IconImage();
109 base::WeakPtrFactory<IconImage> weak_ptr_factory_;
111 DISALLOW_COPY_AND_ASSIGN(IconImage);
H A Dextension_icon_image.cc22 // The ImageSkia provided by extensions::IconImage contains ImageSkiaReps that
29 // - If the extension has the resource, IconImage tries to load it using
74 // IconImage::Source
76 class IconImage::Source : public gfx::ImageSkiaSource {
78 Source(IconImage* host, const gfx::Size& size_in_dip);
87 // Used to load images, possibly asynchronously. NULLed out when the IconImage
89 IconImage* host_;
98 IconImage::Source::Source(IconImage* host, const gfx::Size& size_in_dip)
103 IconImage
126 IconImage::IconImage( function in class:extensions::IconImage
[all...]

Completed in 122 milliseconds