Home
last modified time | relevance | path

Searched defs:pendingQuit (Results 1 – 10 of 10) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/src/main/
H A Dmain-window.ts280 const pendingQuit = this.collectPendingQuitRequest(); constant
H A Dgwt-callback.ts52 pendingQuit: number = PendingQuit.PendingQuitNone; property in GwtCallback
H A Dsession-launcher.ts317 const pendingQuit = this.mainWindow?.collectPendingQuitRequest(); constant
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/
H A DApplicationInterrupt.java278 private void setPendinqQuit(int pendingQuit) in setPendinqQuit()
H A DApplicationQuit.java542 private void setPendingQuit(int pendingQuit) in setPendingQuit()
H A DDesktopFrame.java145 void setPendingQuit(int pendingQuit); in setPendingQuit()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopSessionLauncher.cpp394 int pendingQuit = pMainWindow_->collectPendingQuitRequest(); in onRSessionExited() local
H A DDesktopMainWindow.cpp473 int pendingQuit = collectPendingQuitRequest(); in onSessionQuit() local
H A DDesktopGwtCallback.cpp1117 void GwtCallback::setPendingQuit(int pendingQuit) in setPendingQuit()
1126 int pendingQuit = pendingQuit_; in collectPendingQuitRequest() local
/dports/emulators/aranym/aranym-1.1.0/src/
H A Dinput.cpp616 static bool pendingQuit = false; variable