Searched refs:InitGUIContext (Results 1 – 7 of 7) sorted by relevance
23 status_t InitGUIContext();
34 BServer::InitGUIContext() in InitGUIContext() function in BServer
621 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()
527 if (server != NULL && server->InitGUIContext() == B_OK) { in _ShowError()
408 if (server == NULL || server->InitGUIContext() != B_OK) in _InitGui()
1028 return app->InitGUIContext(); in _InitGUI()
748 fHasGUI = Registrar::App()->InitGUIContext() == B_OK; in Init()