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

/haiku/src/apps/deskbar/
H A DSwitcher.cpp451 BarTeamInfo* barTeamInfo = (BarTeamInfo*)tmpList.ItemAt(i); local
452 if (!barTeamInfo)
455 TTeamGroup* group = new TTeamGroup(barTeamInfo->teams,
456 barTeamInfo->flags, barTeamInfo->name, barTeamInfo->sig);
460 barTeamInfo->teams = NULL;
461 barTeamInfo->name = NULL;
463 delete barTeamInfo;

Completed in 75 milliseconds