Searched defs:badge (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_toolbar_gtk.cc380 // Redraw the wrench menu to update the badge.
630 const SkBitmap* badge = NULL; local
632 badge = theme_service_->GetBitmapNamed(IDR_UPDATE_BADGE);
640 sender->allocation.width - badge->width();
643 *badge,
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc74 // Top margin for the wrench menu badges (badge is placed in the upper right
690 // Keep track of whether we were showing the badge before, so we don't send
707 SkBitmap badge; local
708 // Only one badge can be active at any given time. The Upgrade notification
709 // is deemed most important, then the DLL conflict badge.
711 badge = *tp->GetBitmapNamed(GetUpgradeRecommendedBadge());
716 badge = *tp->GetBitmapNamed(IDR_CONFLICT_BADGE);
725 canvas->DrawBitmapInt(badge, icon.width() - badge.width(), kBadgeTopMargin);
/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc358 const SkBitmap* badge = ethernet_connecting || ethernet_connected ? local
365 NetworkMenu::IconForDisplay(icon, badge), std::string(),
401 const SkBitmap* badge = wifi_networks[i]->encrypted() ? local
413 NetworkMenu::IconForDisplay(icon, badge),
474 const SkBitmap* badge = NetworkMenu::BadgeForNetworkTechnology( local
488 NetworkMenu::IconForDisplay(icon, badge, roaming_badge,
1062 const SkBitmap* badge) {
1063 return IconForDisplay(icon, badge, NULL, NULL);
1061 IconForDisplay(const SkBitmap* icon, const SkBitmap* badge) argument

Completed in 28 milliseconds