Lines Matching refs:Image
37 #include "ui/gfx/image/image_skia.h"
299 scoped_ptr<gfx::Image> ShellWindow::GetAppListIcon() {
305 return make_scoped_ptr(new gfx::Image());
312 new gfx::Image(gfx::ImageSkia::CreateFrom1xBitmap(bmp)));
354 // Reset |app_icon_image_| to abort pending image load (if any).
372 void ShellWindow::UpdateAppIcon(const gfx::Image& image) {
373 if (image.IsEmpty())
375 app_icon_ = image;
423 UpdateAppIcon(gfx::Image::CreateFrom1xBitmap(largest));
426 void ShellWindow::OnExtensionIconImageChanged(extensions::IconImage* image) {
427 DCHECK_EQ(app_icon_image_.get(), image);
429 UpdateAppIcon(gfx::Image(app_icon_image_->image_skia()));
444 // Triggers actual image loading with 1x resources. The 2x resource will