Home
last modified time | relevance | path

Searched refs:cancelQuit (Results 1 – 25 of 73) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/remote/cdp/domains/parent/
H A DBrowser.jsm38 const cancelQuit = Cc["@mozilla.org/supports-PRBool;1"].createInstance(
41 Services.obs.notifyObservers(cancelQuit, "quit-application-requested");
44 const mode = cancelQuit.data
/dports/www/firefox/firefox-99.0/remote/cdp/domains/parent/
H A DBrowser.jsm38 const cancelQuit = Cc["@mozilla.org/supports-PRBool;1"].createInstance(
41 Services.obs.notifyObservers(cancelQuit, "quit-application-requested");
44 const mode = cancelQuit.data
/dports/mail/thunderbird/thunderbird-91.8.0/remote/cdp/domains/parent/
H A DBrowser.jsm38 const cancelQuit = Cc["@mozilla.org/supports-PRBool;1"].createInstance(
41 Services.obs.notifyObservers(cancelQuit, "quit-application-requested");
44 const mode = cancelQuit.data
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/eawt/
H A DQuitResponse.java58 public void cancelQuit() { in cancelQuit() method in QuitResponse
60 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/classes/com/apple/eawt/
H A DQuitResponse.java58 public void cancelQuit() { in cancelQuit() method in QuitResponse
60 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/macosx/classes/com/apple/eawt/
H A DMacQuitResponse.java65 public void cancelQuit() { in cancelQuit() method in MacQuitResponse
67 appEventHandler.cancelQuit(); in cancelQuit()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp250 nsCOMPtr<nsISupportsPRBool> cancelQuit = in DoInteract() local
254 if (cancelQuit) { in DoInteract()
255 cancelQuit->SetData(false); in DoInteract()
256 obsServ->NotifyObservers(cancelQuit, "quit-application-requested", nullptr); in DoInteract()
258 cancelQuit->GetData(&abortQuit); in DoInteract()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp257 nsCOMPtr<nsISupportsPRBool> cancelQuit = in DoInteract() local
261 if (cancelQuit) { in DoInteract()
262 cancelQuit->SetData(false); in DoInteract()
263 obsServ->NotifyObservers(cancelQuit, "quit-application-requested", nullptr); in DoInteract()
265 cancelQuit->GetData(&abortQuit); in DoInteract()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp251 nsCOMPtr<nsISupportsPRBool> cancelQuit = in DoInteract() local
255 if (cancelQuit) { in DoInteract()
256 cancelQuit->SetData(false); in DoInteract()
257 obsServ->NotifyObservers(cancelQuit, "quit-application-requested", nullptr); in DoInteract()
259 cancelQuit->GetData(&abortQuit); in DoInteract()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp251 nsCOMPtr<nsISupportsPRBool> cancelQuit = in DoInteract() local
255 if (cancelQuit) { in DoInteract()
256 cancelQuit->SetData(false); in DoInteract()
257 obsServ->NotifyObservers(cancelQuit, "quit-application-requested", nullptr); in DoInteract()
259 cancelQuit->GetData(&abortQuit); in DoInteract()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp251 nsCOMPtr<nsISupportsPRBool> cancelQuit = in DoInteract() local
255 if (cancelQuit) { in DoInteract()
256 cancelQuit->SetData(false); in DoInteract()
257 obsServ->NotifyObservers(cancelQuit, "quit-application-requested", nullptr); in DoInteract()
259 cancelQuit->GetData(&abortQuit); in DoInteract()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsNativeAppSupportUnix.cpp272 nsCOMPtr<nsISupportsPRBool> cancelQuit = in DoInteract() local
276 if (cancelQuit) { in DoInteract()
277 cancelQuit->SetData(false); in DoInteract()
278 obsServ->NotifyObservers(cancelQuit, "quit-application-requested", nullptr); in DoInteract()
280 cancelQuit->GetData(&abortQuit); in DoInteract()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/desktop/
H A DQuitResponse.java48 public void cancelQuit(); in cancelQuit() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/desktop/
H A DQuitResponse.java50 public void cancelQuit(); in cancelQuit() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/desktop/
H A DQuitResponse.java48 public void cancelQuit(); in cancelQuit() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/desktop/
H A DQuitResponse.java50 public void cancelQuit(); in cancelQuit() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/desktop/
H A DQuitResponse.java50 public void cancelQuit(); in cancelQuit() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/desktop/
H A DQuitResponse.java48 public void cancelQuit(); in cancelQuit() method

123