Home | History | Annotate | Download | only in app_list

Lines Matching refs:icon_

47         icon_(icon) {
54 canvas->DrawImageInt(icon_, 0, 0);
59 canvas->DrawImageInt(overlay, 0, icon_.height() - overlay.height());
62 gfx::ImageSkia icon_;
72 icon_(icon) {
82 canvas->DrawImageInt(icon_, 0, 0);
85 new gfx::Canvas(gfx::Size(icon_.width(), icon_.height()), 1.0f, false));
92 gfx::Rect(icon_.width(), icon_.height()),
101 gfx::ImageSkia icon_;
187 icon = icon_->image_skia();
243 icon_.reset(new extensions::IconImage(
286 DCHECK(icon_.get() == image);