Home
last modified time | relevance | path

Searched refs:prepareShutdown (Results 1 – 18 of 18) sorted by relevance

/dports/security/zeronet/ZeroNet-0.7.1/
H A Dzeronet.py37 prepareShutdown()
45 prepareShutdown()
73 def prepareShutdown(): function
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/gui/
H A Dapplication.hpp135 bool prepareShutdown();
H A Dapplication.cpp644 Application::prepareShutdown() in prepareShutdown() function in massXpert::Application
H A DmainWindow.cpp722 if (!application->prepareShutdown()) in closeEvent()
/dports/www/firefox/firefox-99.0/services/settings/
H A DRemoteSettingsWorker.jsm66 if (gShutdown && method != "prepareShutdown") {
70 if (method == "prepareShutdown" && !this.worker) {
160 this._execute("prepareShutdown");
/dports/www/firefox-esr/firefox-91.8.0/services/settings/
H A DRemoteSettingsWorker.jsm66 if (gShutdown && method != "prepareShutdown") {
70 if (method == "prepareShutdown" && !this.worker) {
160 this._execute("prepareShutdown");
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/
H A DRemoteSettingsWorker.jsm66 if (gShutdown && method != "prepareShutdown") {
70 if (method == "prepareShutdown" && !this.worker) {
160 this._execute("prepareShutdown");
/dports/lang/spidermonkey78/firefox-78.9.0/services/settings/
H A DRemoteSettingsWorker.jsm66 if (gShutdown && method != "prepareShutdown") {
70 if (method == "prepareShutdown" && !this.worker) {
160 this._execute("prepareShutdown");
/dports/x11/yakuake/yakuake-21.12.3/app/
H A Dsession.h127 void prepareShutdown();
H A Dsession.cpp25 connect(m_baseSplitter, SIGNAL(destroyed()), this, SLOT(prepareShutdown())); in Session()
395 void Session::prepareShutdown() in prepareShutdown() function in Session
/dports/irc/konversation/konversation-21.12.3/src/
H A Dapplication.h153 void prepareShutdown();
H A Dapplication.cpp145 connect(this, &Application::aboutToQuit, this, &Application::prepareShutdown); in createMainWindow()
327 void Application::prepareShutdown() in prepareShutdown() function in Application
330 mainWindow->getViewContainer()->prepareShutdown(); in prepareShutdown()
H A Dmainwindow.cpp661 konvApp->prepareShutdown(); in queryClose()
/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dviewcontainer.h101 void prepareShutdown();
H A Dviewcontainer.cpp164 void ViewContainer::prepareShutdown() in prepareShutdown() function in ViewContainer
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dcore.h198 void prepareShutdown();
H A Dcore.cpp51 void Core::prepareShutdown() in prepareShutdown() function in Core
H A Dmainwindow.cpp879 pCore->prepareShutdown(); in ~MainWindow()