Searched refs:top_left_badge (Results 1 – 2 of 2) sorted by relevance
722 const SkBitmap* top_left_badge = NULL; in IconForDisplay() local741 top_left_badge = NetworkMenu::BadgeForRoamingStatus(cellular); in IconForDisplay()749 return NetworkMenu::IconForDisplay(icon, bottom_right_badge, top_left_badge, in IconForDisplay()1069 const SkBitmap* top_left_badge, in IconForDisplay() argument1072 if (bottom_right_badge == NULL && top_left_badge == NULL && in IconForDisplay()1089 if (top_left_badge != NULL) in IconForDisplay()1090 canvas.DrawBitmapInt(*top_left_badge, kTopLeftBadgeX, kTopLeftBadgeY); in IconForDisplay()
257 const SkBitmap* top_left_badge,