Home
last modified time | relevance | path

Searched refs:onDestroyed (Results 1 – 25 of 119) sorted by relevance

12345

/dports/graphics/radiance/radiance-baf2c40/src/
H A DOpenGLWorkerContext.cpp39 connect(this, &QObject::destroyed, this, &OpenGLWorkerContext::onDestroyed); in OpenGLWorkerContext()
46 void OpenGLWorkerContext::onDestroyed() { in onDestroyed() function in OpenGLWorkerContext
58 onDestroyed(); in ~OpenGLWorkerContext()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/extensions/
H A DExtensionChildDevToolsUtils.jsm31 constructor(themeName, onDestroyed) {
34 this.onDestroyed = onDestroyed;
76 this.onDestroyed();
77 this.onDestroyed = null;
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/
H A DExtensionChildDevToolsUtils.jsm32 constructor(themeName, onDestroyed) {
35 this.onDestroyed = onDestroyed;
78 this.onDestroyed();
79 this.onDestroyed = null;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DExtensionChildDevToolsUtils.jsm32 constructor(themeName, onDestroyed) {
35 this.onDestroyed = onDestroyed;
78 this.onDestroyed();
79 this.onDestroyed = null;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/
H A DExtensionChildDevToolsUtils.jsm32 constructor(themeName, onDestroyed) {
35 this.onDestroyed = onDestroyed;
78 this.onDestroyed();
79 this.onDestroyed = null;
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/
H A DExtensionChildDevToolsUtils.jsm32 constructor(themeName, onDestroyed) {
35 this.onDestroyed = onDestroyed;
78 this.onDestroyed();
79 this.onDestroyed = null;
/dports/deskutils/zanshin/zanshin-21.12.3/src/utils/
H A Djobhandler.cpp37 void onDestroyed(QObject *o) in onDestroyed() function in JobHandlerInstance
56 …QObject::connect(job, &KJob::destroyed, self, &JobHandlerInstance::onDestroyed, Qt::UniqueConnecti… in Q_GLOBAL_STATIC()
66 …QObject::connect(job, &KJob::destroyed, self, &JobHandlerInstance::onDestroyed, Qt::UniqueConnecti… in install()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/widgets/
H A Dwidgets.ts36 onDestroyed?: () => void,
54 if (onDestroyed) {
60 onDestroyed();
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkPopupWidgetEventTranslator.cpp62 this, SLOT(onDestroyed())); in translateEvent()
71 void ctkPopupWidgetEventTranslator::onDestroyed() in onDestroyed() function in ctkPopupWidgetEventTranslator
H A DctkTreeComboBoxEventTranslator.cpp65 this, SLOT(onDestroyed(QObject*))); in translateEvent()
76 void ctkTreeComboBoxEventTranslator::onDestroyed(QObject*) in onDestroyed() function in ctkTreeComboBoxEventTranslator
H A DctkFontButtonEventTranslator.cpp69 this, SLOT(onDestroyed(QObject*))); in translateEvent()
77 void ctkFontButtonEventTranslator::onDestroyed(const QObject& /*Object*/ ) in onDestroyed() function in ctkFontButtonEventTranslator
H A DctkMatrixWidgetEventTranslator.cpp63 connect(matrix, SIGNAL(destroyed(QObject*)), this, SLOT(onDestroyed())); in translateEvent()
72 void ctkMatrixWidgetEventTranslator::onDestroyed() in onDestroyed() function in ctkMatrixWidgetEventTranslator
H A DctkPathLineEditEventTranslator.cpp65 this, SLOT(onDestroyed())); in translateEvent()
77 void ctkPathLineEditEventTranslator::onDestroyed() in onDestroyed() function in ctkPathLineEditEventTranslator
H A DctkConsoleEventTranslator.cpp78 this, SLOT(onDestroyed(QObject*))); in translateEvent()
88 void ctkConsoleEventTranslator::onDestroyed(QObject* /*object*/) in onDestroyed() function in ctkConsoleEventTranslator
H A DctkFileDialogEventTranslator.cpp69 this, SLOT(onDestroyed(QObject*))); in translateEvent()
96 void ctkFileDialogEventTranslator::onDestroyed(QObject*) in onDestroyed() function in ctkFileDialogEventTranslator
H A DctkCheckableComboBoxEventTranslator.cpp63 connect(checkableCombo, SIGNAL(destroyed(QObject*)), this, SLOT(onDestroyed(QObject*))); in translateEvent()
74 void ctkCheckableComboBoxEventTranslator::onDestroyed(QObject* /*Object*/) in onDestroyed() function in ctkCheckableComboBoxEventTranslator
H A DctkMenuComboBoxEventTranslator.cpp78 this, SLOT(onDestroyed())); in translateEvent()
103 void ctkMenuComboBoxEventTranslator::onDestroyed() in onDestroyed() function in ctkMenuComboBoxEventTranslator
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DTestAwContents.java67 protected void onDestroyed() { in onDestroyed() method in TestAwContents
68 super.onDestroyed(); in onDestroyed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabBrowserControlsConstraintsHelper.java94 public void onDestroyed(Tab tab) { in TabBrowserControlsConstraintsHelper()
131 TabBrowserControlsConstraintsHelperJni.get().onDestroyed( in destroy()
191 void onDestroyed(long nativeTabBrowserControlsConstraintsHelper, in onDestroyed() method
H A DTrustedCdn.java70 TrustedCdnJni.get().onDestroyed(mNativeTrustedCdn, TrustedCdn.this); in destroyInternal()
96 void onDestroyed(long nativeTrustedCdn, TrustedCdn caller); in onDestroyed() method
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/
H A Ddb_manager_plugin.py92 self.dlg.destroyed.connect(self.onDestroyed)
98 def onDestroyed(self, obj): member in DBManagerPlugin
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/androidoverlay/
H A DDialogOverlayImpl.java83 mClient.onDestroyed(); in DialogOverlayImpl()
206 if (mClient != null) mClient.onDestroyed(); in onOverlayDestroyed()
274 if (mClient != null) mClient.onDestroyed(); in onDismissed()
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/notificationnative/
H A Dnotificationnative.cpp83 void onDestroyed();
205 this, &NotificationNative::onDestroyed ); in show()
237 void NotificationNative::onDestroyed() in onDestroyed() function in NotificationNative
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/public/java/org/chromium/weblayer/
H A DProfile.java199 onDestroyed(); in destroyAndDeleteDataFromDisk()
245 onDestroyed(); in destroy()
248 private void onDestroyed() { in onDestroyed() method in Profile
576 onDestroyed(); in onProfileDestroyed()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/
H A Ddb_manager_plugin.py114 self.dlg.destroyed.connect(self.onDestroyed)
120 def onDestroyed(self, obj): member in DBManagerPlugin

12345