Searched refs:BadgeImageSource (Results 1 – 1 of 1) sorted by relevance
82 class BadgeImageSource: public gfx::CanvasImageSource { class84 BadgeImageSource(const gfx::ImageSkia& icon,88 virtual ~BadgeImageSource();102 DISALLOW_COPY_AND_ASSIGN(BadgeImageSource);105 BadgeImageSource::BadgeImageSource(const gfx::ImageSkia& icon, in BadgeImageSource() function in __anonbcd6482b0111::BadgeImageSource114 BadgeImageSource::~BadgeImageSource() { in ~BadgeImageSource()117 void BadgeImageSource::Draw(gfx::Canvas* canvas) { in Draw()124 gfx::Size BadgeImageSource::ComputeSize(const gfx::ImageSkia& icon, in ComputeSize()393 new BadgeImageSource(icon, icon_size, *badge); in GetBadgedIcon()