Home
last modified time | relevance | path

Searched refs:IsActorDestroyed (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/broadcastchannel/
H A DBroadcastChannelChild.h36 bool IsActorDestroyed() const in IsActorDestroyed() function
H A DBroadcastChannel.cpp149 if (mActor->IsActorDestroyed()) { in Run()
247 if (!mActor->IsActorDestroyed()) { in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/broadcastchannel/
H A DBroadcastChannelChild.h33 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed() function
H A DBroadcastChannel.cpp132 if (mActor->IsActorDestroyed()) { in Run()
185 if (!mActor->IsActorDestroyed()) { in RunInternal()
/dports/www/firefox-esr/firefox-91.8.0/dom/broadcastchannel/
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/broadcastchannel/
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed() function
/dports/www/firefox/firefox-99.0/dom/broadcastchannel/
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/broadcastchannel/
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed() function
/dports/www/firefox-esr/firefox-91.8.0/dom/filehandle/
H A DActorsParent.cpp188 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::FileHandle
236 MOZ_ASSERT(!IsActorDestroyed()); in GetBackgroundParent()
394 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::NormalFileHandleOp
1371 if (!IsActorDestroyed()) { in SendCompleteNotification()
1533 MOZ_ASSERT(!IsActorDestroyed()); in RecvDeleteMe()
1725 MOZ_ASSERT_IF(mEnqueued && !IsActorDestroyed(), mResponseSent); in Cleanup()
1733 if (!IsActorDestroyed()) { in SendSuccessResult()
1764 if (!IsActorDestroyed()) { in SendFailureResult()
1805 if (NS_WARN_IF(IsActorDestroyed())) { in RunOnOwningThread()
H A DActorsParent.h124 bool IsActorDestroyed() const { in IsActorDestroyed() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/filehandle/
H A DActorsParent.cpp186 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::FileHandle
234 MOZ_ASSERT(!IsActorDestroyed()); in GetBackgroundParent()
392 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::NormalFileHandleOp
1379 if (!IsActorDestroyed()) { in SendCompleteNotification()
1541 MOZ_ASSERT(!IsActorDestroyed()); in RecvDeleteMe()
1733 MOZ_ASSERT_IF(mEnqueued && !IsActorDestroyed(), mResponseSent); in Cleanup()
1741 if (!IsActorDestroyed()) { in SendSuccessResult()
1772 if (!IsActorDestroyed()) { in SendFailureResult()
1813 if (NS_WARN_IF(IsActorDestroyed())) { in RunOnOwningThread()
H A DActorsParent.h124 bool IsActorDestroyed() const { in IsActorDestroyed() function
/dports/www/firefox/firefox-99.0/dom/filehandle/
H A DActorsParent.cpp178 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::FileHandle
226 MOZ_ASSERT(!IsActorDestroyed()); in GetBackgroundParent()
384 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::NormalFileHandleOp
1362 if (!IsActorDestroyed()) { in SendCompleteNotification()
1524 MOZ_ASSERT(!IsActorDestroyed()); in RecvDeleteMe()
1716 MOZ_ASSERT_IF(mEnqueued && !IsActorDestroyed(), mResponseSent); in Cleanup()
1724 if (!IsActorDestroyed()) { in SendSuccessResult()
1755 if (!IsActorDestroyed()) { in SendFailureResult()
1796 if (NS_WARN_IF(IsActorDestroyed())) { in RunOnOwningThread()
H A DActorsParent.h124 bool IsActorDestroyed() const { in IsActorDestroyed() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/filehandle/
H A DActorsParent.cpp188 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::FileHandle
236 MOZ_ASSERT(!IsActorDestroyed()); in GetBackgroundParent()
394 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::NormalFileHandleOp
1371 if (!IsActorDestroyed()) { in SendCompleteNotification()
1533 MOZ_ASSERT(!IsActorDestroyed()); in RecvDeleteMe()
1725 MOZ_ASSERT_IF(mEnqueued && !IsActorDestroyed(), mResponseSent); in Cleanup()
1733 if (!IsActorDestroyed()) { in SendSuccessResult()
1764 if (!IsActorDestroyed()) { in SendFailureResult()
1805 if (NS_WARN_IF(IsActorDestroyed())) { in RunOnOwningThread()
H A DActorsParent.h124 bool IsActorDestroyed() const { in IsActorDestroyed() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/filehandle/
H A DActorsParent.cpp186 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::FileHandle
234 MOZ_ASSERT(!IsActorDestroyed()); in GetBackgroundParent()
384 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::NormalFileHandleOp
1393 if (!IsActorDestroyed()) { in SendCompleteNotification()
1554 MOZ_ASSERT(!IsActorDestroyed()); in RecvDeleteMe()
1746 MOZ_ASSERT_IF(!IsActorDestroyed(), mResponseSent); in Cleanup()
1754 if (!IsActorDestroyed()) { in SendSuccessResult()
1785 if (!IsActorDestroyed()) { in SendFailureResult()
1825 if (NS_WARN_IF(IsActorDestroyed())) { in RunOnOwningThread()
H A DActorsParent.h122 bool IsActorDestroyed() const { in IsActorDestroyed() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/filehandle/
H A DActorsParent.cpp209 IsActorDestroyed() const in IsActorDestroyed() function in mozilla::dom::FileHandle
282 MOZ_ASSERT(!IsActorDestroyed()); in GetBackgroundParent()
474 IsActorDestroyed() const in IsActorDestroyed() function in mozilla::dom::NormalFileHandleOp
1654 if (!IsActorDestroyed()) { in SendCompleteNotification()
1841 MOZ_ASSERT(!IsActorDestroyed()); in RecvDeleteMe()
2052 MOZ_ASSERT_IF(!IsActorDestroyed(), mResponseSent); in Cleanup()
2062 if (!IsActorDestroyed()) { in SendSuccessResult()
2093 if (!IsActorDestroyed()) { in SendFailureResult()
2136 if (NS_WARN_IF(IsActorDestroyed())) { in RunOnOwningThread()
H A DActorsParent.h152 IsActorDestroyed() const in IsActorDestroyed() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/asmjscache/
H A DAsmJSCache.cpp437 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::asmjscache::__anon1b1900d70111::ParentRunnable
510 IsActorDestroyed()) { in DispatchToIOThread()
904 IsActorDestroyed()) { in Run()
924 IsActorDestroyed()) { in Run()
978 IsActorDestroyed()) { in Run()
1020 IsActorDestroyed()) { in Run()
/dports/www/firefox/firefox-99.0/dom/simpledb/
H A DActorsParent.cpp249 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::__anon4352e7b40111::ConnectionOperationBase
966 IsActorDestroyed()) { in Dispatch()
993 if (IsActorDestroyed()) { in SendResults()
1124 IsActorDestroyed()) { in FinishOpen()
1159 IsActorDestroyed()) { in SendToIOThread()
/dports/www/firefox-esr/firefox-91.8.0/dom/simpledb/
H A DActorsParent.cpp258 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::__anon53c848290111::ConnectionOperationBase
985 IsActorDestroyed()) { in Dispatch()
1012 if (IsActorDestroyed()) { in SendResults()
1206 IsActorDestroyed()) { in SendToIOThread()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/simpledb/
H A DActorsParent.cpp207 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::__anon69ff162b0111::ConnectionOperationBase
914 IsActorDestroyed()) { in Dispatch()
941 if (IsActorDestroyed()) { in SendResults()
1136 IsActorDestroyed()) { in SendToIOThread()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/simpledb/
H A DActorsParent.cpp258 bool IsActorDestroyed() const { in IsActorDestroyed() function in mozilla::dom::__anone1e733000111::ConnectionOperationBase
985 IsActorDestroyed()) { in Dispatch()
1012 if (IsActorDestroyed()) { in SendResults()
1206 IsActorDestroyed()) { in SendToIOThread()

12