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() function in class:BServer
/haiku/src/servers/mount/
H A DAutoMounter.cpp608 if (status < B_OK && InitGUIContext() == B_OK) {
623 if (InitGUIContext() != B_OK)
647 if (InitGUIContext() != B_OK)
986 if (askReadOnly && ((BServer*)be_app)->InitGUIContext() != B_OK) {
/haiku/src/servers/package/
H A DRoot.cpp527 if (server != NULL && server->InitGUIContext() == B_OK) {
H A DPackageManager.cpp408 if (server == NULL || server->InitGUIContext() != B_OK)
/haiku/src/servers/debug/
H A DDebugServer.cpp1028 return app->InitGUIContext();
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp748 fHasGUI = Registrar::App()->InitGUIContext() == B_OK;

Completed in 67 milliseconds