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

/haiku/src/servers/registrar/
H A DShutdownProcess.cpp324 status_t AddApp(team_id team, BBitmap* appIcon) argument
328 delete appIcon;
333 info->appIcon = appIcon;
426 BBitmap* appIcon; member in struct:ShutdownProcess::ShutdownWindow::AppInfo
430 delete appIcon;
471 if (info != NULL && info->appIcon != NULL
472 && info->appIcon->IsValid()) {
473 fCurrentIconBitmap = new BBitmap(info->appIcon->Bounds(), B_RGBA32);
476 || fCurrentIconBitmap->ImportBits(info->appIcon) !
1061 BBitmap* appIcon = new(nothrow) BBitmap( local
[all...]

Completed in 81 milliseconds