Home
last modified time | relevance | path

Searched refs:isBeingDestroyed (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DConfirmSyncDataStateMachine.java123 public void cancel(boolean isBeingDestroyed) { in cancel() argument
129 if (isBeingDestroyed) return; in cancel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/web_state/ui/
H A Dcrw_web_view_handler.h14 @property(nonatomic, assign, getter=isBeingDestroyed, readonly)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DRootMarking.cpp280 if (!rt->isBeingDestroyed()) { in markRuntime()
293 if (!rt->isBeingDestroyed() && !rt->isHeapMinorCollecting()) { in markRuntime()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.h56 bool isBeingDestroyed() const { return m_isBeingDestroyed; } in isBeingDestroyed() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DRootMarking.cpp261 if (rt->isBeingDestroyed()) in traceRuntimeForMajorGC()
304 MOZ_ASSERT(!rt->isBeingDestroyed()); in traceRuntime()
H A DVerifier.cpp536 if (!rt->isBeingDestroyed()) in check()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DRootMarking.cpp246 if (rt->isBeingDestroyed()) return; in traceRuntimeForMajorGC()
281 MOZ_ASSERT(!rt->isBeingDestroyed()); in traceRuntime()
H A DVerifier.cpp499 if (!rt->isBeingDestroyed()) rt->gc.traceRuntime(this, session); in traceHeap()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.cpp54 if (!npRuntimeObjectMap->m_pluginView->isBeingDestroyed()) in PluginProtector()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DRosegardenDocument.h451 bool isBeingDestroyed() { return m_beingDestroyed; } in isBeingDestroyed() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRuntime.cpp784 if (numDebuggeeRealms_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealms()
806 if (numDebuggeeRealmsObservingCoverage_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealmsObservingCoverage()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRuntime.cpp760 if (numDebuggeeRealms_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealms()
782 if (numDebuggeeRealmsObservingCoverage_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealmsObservingCoverage()
H A DRuntime.h768 bool isBeingDestroyed() const { return beingDestroyed_; } in isBeingDestroyed() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRuntime.cpp784 if (numDebuggeeRealms_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealms()
806 if (numDebuggeeRealmsObservingCoverage_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealmsObservingCoverage()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRuntime.cpp780 if (numDebuggeeRealms_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealms()
802 if (numDebuggeeRealmsObservingCoverage_ == 0 && !isBeingDestroyed()) { in decrementNumDebuggeeRealmsObservingCoverage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dcrw_text_fragments_handler.mm119 if (self.isBeingDestroyed) {
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DCompacting.cpp772 MOZ_ASSERT(!rt->isBeingDestroyed()); in updateZonePointersToRelocatedCells()
812 MOZ_ASSERT(!rt->isBeingDestroyed()); in updateRuntimePointersToRelocatedCells()
H A DRootMarking.cpp285 MOZ_ASSERT(!rt->isBeingDestroyed()); in traceRuntime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/webcontents/
H A DWebContentsImpl.java356 || WebContentsImplJni.get().isBeingDestroyed( in isDestroyed()
1146 boolean isBeingDestroyed(long nativeWebContentsAndroid, WebContentsImpl caller); in isBeingDestroyed() method
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/tempo/
H A DTempoView.cpp138 if (!getDocument()->isBeingDestroyed() && !isCompositionDeleted()) { in ~TempoView()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DRootMarking.cpp303 MOZ_ASSERT(!rt->isBeingDestroyed()); in traceRuntime()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DRootMarking.cpp322 MOZ_ASSERT(!rt->isBeingDestroyed()); in traceRuntime()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DRootMarking.cpp303 MOZ_ASSERT(!rt->isBeingDestroyed()); in traceRuntime()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsfriendapi.cpp773 return runtime->isBeingDestroyed(); in RuntimeIsBeingDestroyed()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsfriendapi.cpp771 return runtime->isBeingDestroyed(); in RuntimeIsBeingDestroyed()

123