Home
last modified time | relevance | path

Searched refs:mActorDestroyed (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/presentation/ipc/
H A DPresentationBuilderChild.cpp62 mActorDestroyed = true; in ActorDestroy()
108 if (NS_WARN_IF(mActorDestroyed || !SendOnSessionTransport())){ in OnSessionTransport()
128 if (NS_WARN_IF(mActorDestroyed || !SendOnSessionTransportError(reason))){ in OnError()
143 if (NS_WARN_IF(mActorDestroyed || !SendSendOffer(SDP))){ in SendOffer()
158 if (NS_WARN_IF(mActorDestroyed || !SendSendAnswer(SDP))){ in SendAnswer()
167 if (NS_WARN_IF(mActorDestroyed || !SendSendIceCandidate(nsString(candidate)))) { in SendIceCandidate()
176 if (NS_WARN_IF(mActorDestroyed || !SendClose(reason))) { in Close()
H A DPresentationChild.cpp22 : mActorDestroyed(false) in PresentationChild()
34 if (!mActorDestroyed) { in ~PresentationChild()
43 mActorDestroyed = true; in ActorDestroy()
157 : mActorDestroyed(false) in PresentationRequestChild()
173 mActorDestroyed = true; in ActorDestroy()
180 if (mActorDestroyed) { in Recv__delete__()
H A DPresentationParent.cpp116 mActorDestroyed = true; in ActorDestroy()
303 if (NS_WARN_IF(mActorDestroyed || in NotifyAvailableChange()
316 if (NS_WARN_IF(mActorDestroyed || in NotifyStateChange()
330 if (NS_WARN_IF(mActorDestroyed || in NotifyMessage()
343 if (NS_WARN_IF(mActorDestroyed || in NotifySessionConnect()
399 mActorDestroyed = true; in ActorDestroy()
545 if (NS_WARN_IF(mActorDestroyed || !Send__delete__(this, aResult))) { in SendResponse()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/presentation/ipc/
H A DPresentationBuilderChild.cpp56 mActorDestroyed = true; in ActorDestroy()
99 if (NS_WARN_IF(mActorDestroyed || !SendOnSessionTransport())) { in OnSessionTransport()
119 if (NS_WARN_IF(mActorDestroyed || !SendOnSessionTransportError(reason))) { in OnError()
133 if (NS_WARN_IF(mActorDestroyed || !SendSendOffer(SDP))) { in SendOffer()
148 if (NS_WARN_IF(mActorDestroyed || !SendSendAnswer(SDP))) { in SendAnswer()
156 if (NS_WARN_IF(mActorDestroyed || in SendIceCandidate()
165 if (NS_WARN_IF(mActorDestroyed || !SendClose(reason))) { in Close()
H A DPresentationChild.cpp22 : mActorDestroyed(false), mService(aService) { in PresentationChild()
31 if (!mActorDestroyed) { in ~PresentationChild()
38 mActorDestroyed = true; in ActorDestroy()
136 : mActorDestroyed(false), mCallback(aCallback) { in PresentationRequestChild()
147 mActorDestroyed = true; in ActorDestroy()
153 if (mActorDestroyed) { in Recv__delete__()
H A DPresentationParent.cpp102 mActorDestroyed = true; in ActorDestroy()
276 if (NS_WARN_IF(mActorDestroyed || in NotifyAvailableChange()
286 if (NS_WARN_IF(mActorDestroyed || in NotifyStateChange()
297 if (NS_WARN_IF(mActorDestroyed || in NotifyMessage()
308 if (NS_WARN_IF(mActorDestroyed || in NotifySessionConnect()
349 mActorDestroyed = true; in ActorDestroy()
487 if (NS_WARN_IF(mActorDestroyed || !Send__delete__(this, aResult))) { in SendResponse()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/presentation/ipc/
H A DPresentationBuilderChild.cpp56 mActorDestroyed = true; in ActorDestroy()
99 if (NS_WARN_IF(mActorDestroyed || !SendOnSessionTransport())) { in OnSessionTransport()
119 if (NS_WARN_IF(mActorDestroyed || !SendOnSessionTransportError(reason))) { in OnError()
133 if (NS_WARN_IF(mActorDestroyed || !SendSendOffer(SDP))) { in SendOffer()
148 if (NS_WARN_IF(mActorDestroyed || !SendSendAnswer(SDP))) { in SendAnswer()
156 if (NS_WARN_IF(mActorDestroyed || in SendIceCandidate()
165 if (NS_WARN_IF(mActorDestroyed || !SendClose(reason))) { in Close()
H A DPresentationChild.cpp22 : mActorDestroyed(false), mService(aService) { in PresentationChild()
31 if (!mActorDestroyed) { in ~PresentationChild()
38 mActorDestroyed = true; in ActorDestroy()
136 : mActorDestroyed(false), mCallback(aCallback) { in PresentationRequestChild()
147 mActorDestroyed = true; in ActorDestroy()
153 if (mActorDestroyed) { in Recv__delete__()
H A DPresentationParent.cpp103 mActorDestroyed = true; in ActorDestroy()
277 if (NS_WARN_IF(mActorDestroyed || in NotifyAvailableChange()
287 if (NS_WARN_IF(mActorDestroyed || in NotifyStateChange()
298 if (NS_WARN_IF(mActorDestroyed || in NotifyMessage()
309 if (NS_WARN_IF(mActorDestroyed || in NotifySessionConnect()
350 mActorDestroyed = true; in ActorDestroy()
488 if (NS_WARN_IF(mActorDestroyed || !Send__delete__(this, aResult))) { in SendResponse()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DBackgroundImpl.cpp159 bool mActorDestroyed; member in __anon8ba989ae0111::ParentImpl
209 mActorDestroyed(false) { in ParentImpl()
219 mActorDestroyed(false) { in ParentImpl()
301 bool mActorDestroyed; member in __anon8ba989ae0111::ChildImpl
331 mActorDestroyed(false) in ChildImpl()
670 if (actor->mActorDestroyed) { in GetContentParent()
696 if (actor->mActorDestroyed) { in GetRawContentParentForComparison()
712 if (actor->mActorDestroyed) { in GetChildID()
733 if (actor->mActorDestroyed) { in GetLiveActorArray()
1002 mActorDestroyed = true; in ActorDestroy()
[all …]
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DBackgroundImpl.cpp163 bool mActorDestroyed; member in __anonc429a1a90111::ParentImpl
219 mActorDestroyed(false) { in ParentImpl()
533 bool mActorDestroyed; member in __anonc429a1a90111::ChildImpl
563 mActorDestroyed(false) in ChildImpl()
808 if (actor->mActorDestroyed) { in GetContentParent()
836 if (actor->mActorDestroyed) { in GetRawContentParentForComparison()
852 if (actor->mActorDestroyed) { in GetChildID()
1081 MOZ_ASSERT(!mActorDestroyed); in ActorDestroy()
1086 mActorDestroyed = true; in ActorDestroy()
1359 MOZ_ASSERT(!mActorDestroyed); in ActorDestroy()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/flyweb/
H A DFlyWebPublishedServer.cpp468 : mActorDestroyed(false) in NS_IMPL_ISUPPORTS()
493 if (mActorDestroyed) { in NS_IMPL_ISUPPORTS()
508 if (!mActorDestroyed) { in NS_IMPL_ISUPPORTS()
517 if (mActorDestroyed) { in HandleEvent()
573 MOZ_ASSERT(!mActorDestroyed); in RecvFetchResponse()
593 MOZ_ASSERT(!mActorDestroyed); in RecvWebSocketResponse()
615 MOZ_ASSERT(!mActorDestroyed); in RecvWebSocketAccept()
650 mActorDestroyed = true; in ActorDestroy()
657 MOZ_ASSERT(!mActorDestroyed); in Recv__delete__()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp160 bool mActorDestroyed; member in __anondf7260de0111::ParentImpl
216 mActorDestroyed(false) { in ParentImpl()
231 mActorDestroyed(false) { in ParentImpl()
453 bool mActorDestroyed; member in __anondf7260de0111::ChildImpl
483 mActorDestroyed(false) in ChildImpl()
1017 if (actor->mActorDestroyed) { in GetContentParent()
1043 if (actor->mActorDestroyed) { in GetRawContentParentForComparison()
1059 if (actor->mActorDestroyed) { in GetChildID()
1080 if (actor->mActorDestroyed) { in GetLiveActorArray()
1383 mActorDestroyed = true; in ActorDestroy()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DBackgroundImpl.cpp160 bool mActorDestroyed; member in __anon125aa9f50111::ParentImpl
216 mActorDestroyed(false) { in ParentImpl()
231 mActorDestroyed(false) { in ParentImpl()
453 bool mActorDestroyed; member in __anon125aa9f50111::ChildImpl
483 mActorDestroyed(false) in ChildImpl()
1017 if (actor->mActorDestroyed) { in GetContentParent()
1043 if (actor->mActorDestroyed) { in GetRawContentParentForComparison()
1059 if (actor->mActorDestroyed) { in GetChildID()
1080 if (actor->mActorDestroyed) { in GetLiveActorArray()
1383 mActorDestroyed = true; in ActorDestroy()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DBackgroundImpl.cpp160 bool mActorDestroyed; member in __anon2639c6600111::ParentImpl
211 mActorDestroyed(false) { in ParentImpl()
226 mActorDestroyed(false) { in ParentImpl()
448 bool mActorDestroyed; member in __anon2639c6600111::ChildImpl
478 mActorDestroyed(false) in ChildImpl()
1012 if (actor->mActorDestroyed) { in GetContentParent()
1038 if (actor->mActorDestroyed) { in GetRawContentParentForComparison()
1054 if (actor->mActorDestroyed) { in GetChildID()
1075 if (actor->mActorDestroyed) { in GetLiveActorArray()
1385 mActorDestroyed = true; in ActorDestroy()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/broadcastchannel/
H A DBroadcastChannelChild.cpp17 : mBC(nullptr), mActorDestroyed(false) {} in BroadcastChannelChild()
44 mActorDestroyed = true; in ActorDestroy()
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed()
47 bool mActorDestroyed; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/broadcastchannel/
H A DBroadcastChannelChild.cpp17 : mBC(nullptr), mActorDestroyed(false) {} in BroadcastChannelChild()
44 mActorDestroyed = true; in ActorDestroy()
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed()
47 bool mActorDestroyed; variable
/dports/www/firefox/firefox-99.0/dom/broadcastchannel/
H A DBroadcastChannelChild.cpp17 : mBC(nullptr), mActorDestroyed(false) {} in BroadcastChannelChild()
44 mActorDestroyed = true; in ActorDestroy()
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed()
47 bool mActorDestroyed; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/broadcastchannel/
H A DBroadcastChannelChild.cpp17 : mBC(nullptr), mActorDestroyed(false) {} in BroadcastChannelChild()
44 mActorDestroyed = true; in ActorDestroy()
H A DBroadcastChannelChild.h35 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed()
47 bool mActorDestroyed; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/broadcastchannel/
H A DBroadcastChannelChild.h38 return mActorDestroyed; in IsActorDestroyed()
53 bool mActorDestroyed; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/broadcastchannel/
H A DBroadcastChannelChild.h33 bool IsActorDestroyed() const { return mActorDestroyed; } in IsActorDestroyed()
49 bool mActorDestroyed; variable

1234567