Home | History | Annotate | Download | only in browser

Lines Matching defs:IconImage

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);
91 // Used to load images, possibly asynchronously. NULLed out when the IconImage
93 IconImage* host_;
102 IconImage::Source::Source(IconImage* host, const gfx::Size& size_in_dip)
107 IconImage::Source::~Source() {
110 void IconImage::Source::ResetHost() {
114 gfx::ImageSkiaRep IconImage::Source::GetImageForScale(float scale) {
128 // IconImage
130 IconImage::IconImage(
157 IconImage::~IconImage() {
161 gfx::ImageSkiaRep IconImage::LoadImageForScaleFactor(
201 base::Bind(&IconImage::OnImageLoaded,
208 void IconImage::OnImageLoaded(float scale, const gfx::Image& image_in) {
228 void IconImage::Observe(int type,