Searched refs:team_icon (Results 1 – 6 of 6) sorted by relevance
/haiku/src/apps/processcontroller/ |
H A D | Utilities.cpp | 65 infoPack.team_icon = new BBitmap(BRect(BPoint(0, 0), in get_team_name_and_icon() 68 || BNodeInfo::GetTrackerIcon(&info.ref, infoPack.team_icon, in get_team_name_and_icon() 71 status = genericAppType.GetIcon(infoPack.team_icon, in get_team_name_and_icon() 72 (icon_size)(infoPack.team_icon->Bounds().IntegerWidth() + 1)); in get_team_name_and_icon() 75 delete infoPack.team_icon; in get_team_name_and_icon() 76 infoPack.team_icon = NULL; in get_team_name_and_icon() 81 infoPack.team_icon = NULL; in get_team_name_and_icon()
|
H A D | QuitMenu.cpp | 104 item = new QuitMenuItem(tmid, fInfos[t].team_icon, fInfos[t].team_name, in AddTeam() 110 item = new QuitMenuItem(tmid, infos.team_icon, infos.team_name, in AddTeam()
|
H A D | Utilities.h | 22 BBitmap* team_icon; member
|
H A D | MemoryBarMenu.cpp | 143 item->Reset(infos.team_name, infos.team_info.team, infos.team_icon, true); in Pulse() 146 infos.team_info.team, infos.team_icon, true, NULL)); in Pulse()
|
H A D | TeamBarMenu.cpp | 126 item->Reset(infos.team_name, infos.team_info.team, infos.team_icon, true); in Pulse() 132 kill_team, infos.team_info.team, infos.team_icon, true); in Pulse()
|
H A D | ProcessController.cpp | 767 infos[m].team_icon = NULL; in thread_popup() 801 infos[m].team_info.team, infos[m].team_icon, false, NULL); in thread_popup() 819 infos[m].team_info.team, infos[m].team_icon, false); in thread_popup() 921 delete infos[m].team_icon; in thread_popup()
|