Symbol: IsLaunching
headers/os/app/Application.h
79
bool IsLaunching() const;
src/add-ons/tracker/zipomatic/ZipOMatic.cpp
56
} else if (!IsLaunching()) {
src/apps/networkstatus/NetworkStatus.cpp
101
if (!IsLaunching()) {
src/apps/showimage/ShowImageApp.cpp
145
if (!IsLaunching() && CountWindows() <= kWindowsToIgnore) {
src/apps/stylededit/StyledEditApp.cpp
350
if (status != B_OK && IsLaunching())
src/apps/terminal/TermApp.cpp
215
if (!IsLaunching())
src/apps/text_search/GrepApp.cpp
60
if (IsLaunching())
src/apps/workspaces/Workspaces.cpp
1037
if (IsLaunching())
src/apps/workspaces/Workspaces.cpp
1073
if (IsLaunching())
src/apps/workspaces/Workspaces.cpp
1078
if (IsLaunching())
src/apps/workspaces/Workspaces.cpp
1083
if (IsLaunching())
src/apps/workspaces/Workspaces.cpp
1089
if (IsLaunching())
src/kits/translation/TranslatorRoster.cpp
172
if (be_app != NULL && !be_app->IsLaunching() && be_app->Lock()) {
src/servers/launch/Job.cpp
440
return IsEnabled() && !IsLaunching() && (!IsService() || !IsRunning());
src/servers/launch/Job.cpp
50
fLaunching(other.IsLaunching()),
src/servers/launch/Job.h
96
bool IsLaunching() const;
src/servers/launch/LaunchDaemon.cpp
1754
if (requirement == NULL || requirement->IsRunning() || requirement->IsLaunching())
src/servers/launch/LaunchDaemon.cpp
1782
if (job != NULL && (job->IsLaunching() || job->IsRunning()))
src/servers/launch/LaunchDaemon.cpp
1797
if (requirement->IsLaunching() || requirement->IsRunning())
src/servers/launch/LaunchDaemon.cpp
1814
if (!job->IsLaunching() && !job->IsRunning()) {