Home | History | Annotate | Download | only in webstore

Lines Matching refs:icon_

47         icon_(icon) {
51 canvas->DrawImageInt(icon_, 0, 0);
55 badge, icon_.width() - badge.width(), icon_.height() - badge.height());
59 gfx::ImageSkia icon_;
89 icon_ = gfx::ImageSkia(
97 SetIcon(icon_);
169 const std::vector<gfx::ImageSkiaRep>& image_reps = icon_.image_reps();
171 icon_.RemoveRepresentation(image_reps[i].scale());
173 icon_ = gfx::ImageSkia(new BadgedIconSource(icon_),
176 SetIcon(icon_);