Home
last modified time | relevance | path

Searched refs:InitGUIContext (Results 1 – 7 of 7) sorted by relevance

/haiku/headers/private/app/
H A DServer.h23 status_t InitGUIContext();
/haiku/src/kits/app/
H A DServer.cpp34 BServer::InitGUIContext() in InitGUIContext() function in BServer
/haiku/src/servers/mount/
H A DAutoMounter.cpp621 if (status < B_OK && InitGUIContext() == B_OK) { in _MountVolume()
636 if (InitGUIContext() != B_OK) in _SuggestForceUnmount()
660 if (InitGUIContext() != B_OK) in _ReportUnmountError()
999 if (askReadOnly && ((BServer*)be_app)->InitGUIContext() != B_OK) { in _SuggestMountFlags()
/haiku/src/servers/package/
H A DRoot.cpp527 if (server != NULL && server->InitGUIContext() == B_OK) { in _ShowError()
H A DPackageManager.cpp408 if (server == NULL || server->InitGUIContext() != B_OK) in _InitGui()
/haiku/src/servers/debug/
H A DDebugServer.cpp1028 return app->InitGUIContext(); in _InitGUI()
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp748 fHasGUI = Registrar::App()->InitGUIContext() == B_OK; in Init()