Searched refs:deleteIcon (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/processcontroller/
H A DTeamBarMenuItem.h15 BBitmap* icon, bool deleteIcon);
24 void Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon);
H A DMemoryBarMenuItem.h15 BBitmap* icon, bool deleteIcon, BMessage* message);
25 void Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon);
H A DMemoryBarMenuItem.cpp20 BBitmap* icon, bool deleteIcon, BMessage* message)
22 IconMenuItem(icon, label, message, true, deleteIcon),
245 bool deleteIcon)
249 IconMenuItem::Reset(icon, deleteIcon);
19 MemoryBarMenuItem(const char *label, team_id team, BBitmap* icon, bool deleteIcon, BMessage* message) argument
244 Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon) argument
H A DTeamBarMenuItem.cpp19 BBitmap* icon, bool deleteIcon)
21 IconMenuItem(icon, menu, true, deleteIcon),
220 TeamBarMenuItem::Reset(char* name, team_id team, BBitmap* icon, bool deleteIcon) argument
222 IconMenuItem::Reset(icon, deleteIcon);
18 TeamBarMenuItem(BMenu* menu, BMessage* kill_team, team_id team, BBitmap* icon, bool deleteIcon) argument

Completed in 40 milliseconds