Symbol: B_BACKGROUND_APP
src/add-ons/input_server/filters/minimize_all/MinimizeAllInputFilter.cpp
73
&& (appInfo.flags & B_BACKGROUND_APP) == 0
src/apps/deskbar/BarApp.cpp
872
if ((flags & B_BACKGROUND_APP) != 0
src/apps/deskbar/BarApp.cpp
984
if ((barInfo->flags & B_BACKGROUND_APP) == 0
src/apps/switcher/ApplicationsView.cpp
64
if ((info.flags & B_BACKGROUND_APP) != 0)
src/bin/rc/decompile.cpp
709
if (flags & B_BACKGROUND_APP)
src/kits/tracker/OpenWithWindow.cpp
1751
if ((flags & B_BACKGROUND_APP) || (flags & B_ARGV_ONLY))
src/preferences/filetypes/ApplicationTypeWindow.cpp
607
fBackgroundAppCheckBox->SetValue((flags & B_BACKGROUND_APP) != 0);
src/preferences/filetypes/ApplicationTypeWindow.cpp
867
flags |= B_BACKGROUND_APP;
src/servers/registrar/RecentApps.cpp
89
|| (appFlags & (B_ARGV_ONLY | B_BACKGROUND_APP)) != 0)
src/servers/registrar/TRoster.cpp
1220
B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP, &ref, B_REGISTRAR_SIGNATURE);
src/servers/registrar/TRoster.cpp
1422
} else if (info->flags & B_BACKGROUND_APP) {
src/tests/kits/app/broster/GetRecentTester.cpp
59
const int32 kSingleLaunchBackgroundFlags = B_SINGLE_LAUNCH | B_BACKGROUND_APP;
src/tests/kits/app/broster/GetRecentTester.cpp
60
const int32 kMultipleLaunchBackgroundFlags = B_MULTIPLE_LAUNCH | B_BACKGROUND_APP;
src/tests/kits/app/broster/GetRecentTester.cpp
61
const int32 kExclusiveLaunchBackgroundFlags = B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP;
src/tests/kits/app/broster/GetRecentTester.cpp
63
const int32 kSingleLaunchArgvOnlyBackgroundFlags = B_SINGLE_LAUNCH | B_ARGV_ONLY | B_BACKGROUND_APP;
src/tests/kits/app/broster/GetRecentTester.cpp
64
const int32 kMultipleLaunchArgvOnlyBackgroundFlags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY | B_BACKGROUND_APP;
src/tests/kits/app/broster/GetRecentTester.cpp
65
const int32 kExclusiveLaunchArgvOnlyBackgroundFlags = B_EXCLUSIVE_LAUNCH | B_ARGV_ONLY | B_BACKGROUND_APP;
src/tests/kits/storage/AppFileInfoTest.cpp
1371
uint32 testFlags1 = B_SINGLE_LAUNCH | B_BACKGROUND_APP;
src/tests/kits/storage/AppFileInfoTest.cpp
2762
AppFlagsValue(B_EXCLUSIVE_LAUNCH | B_BACKGROUND_APP),