Searched refs:bottom_right_badge (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc721 const SkBitmap* bottom_right_badge = NULL; local
740 bottom_right_badge = NetworkMenu::BadgeForNetworkTechnology(cellular);
749 return NetworkMenu::IconForDisplay(icon, bottom_right_badge, top_left_badge,
1068 const SkBitmap* bottom_right_badge,
1072 if (bottom_right_badge == NULL && top_left_badge == NULL &&
1085 if (bottom_right_badge != NULL)
1086 canvas.DrawBitmapInt(*bottom_right_badge,
1067 IconForDisplay(const SkBitmap* icon, const SkBitmap* bottom_right_badge, const SkBitmap* top_left_badge, const SkBitmap* bottom_left_badge) argument
H A Dnetwork_menu.h252 // If one of the |bottom_right_badge| or |top_left_badge| or
256 const SkBitmap* bottom_right_badge,
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc1054 const SkBitmap* bottom_right_badge = !ethernet_network || local
1062 chromeos::NetworkMenu::IconForDisplay(icon, bottom_right_badge, NULL,
1092 const SkBitmap* bottom_right_badge = (*it)->encrypted() ? local
1099 chromeos::NetworkMenu::IconForDisplay(icon, bottom_right_badge, NULL,
1134 const SkBitmap* bottom_right_badge = local
1143 chromeos::NetworkMenu::IconForDisplay(icon, bottom_right_badge,
1199 const SkBitmap* bottom_right_badge = remembered->encrypted() ? local
1206 chromeos::NetworkMenu::IconForDisplay(icon, bottom_right_badge, NULL,

Completed in 71 milliseconds