Home
last modified time | relevance | path

Searched refs:remoteInputStream (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/
H A DInputStreamUtils.cpp208 IPCRemoteStreamType& remoteInputStream = in PostSerializationActivation() local
212 if (remoteInputStream.type() == in PostSerializationActivation()
215 remoteInputStream.get_PChildToParentStreamChild()); in PostSerializationActivation()
217 MOZ_ASSERT(remoteInputStream.type() == in PostSerializationActivation()
220 remoteInputStream.get_PParentToChildStreamParent()); in PostSerializationActivation()
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/
H A DInputStreamUtils.cpp203 IPCRemoteStreamType& remoteInputStream = in PostSerializationActivation() local
207 if (remoteInputStream.type() == in PostSerializationActivation()
210 remoteInputStream.get_PChildToParentStreamChild()); in PostSerializationActivation()
212 MOZ_ASSERT(remoteInputStream.type() == in PostSerializationActivation()
215 remoteInputStream.get_PParentToChildStreamParent()); in PostSerializationActivation()
/dports/www/firefox/firefox-99.0/ipc/glue/
H A DInputStreamUtils.cpp204 IPCRemoteStreamType& remoteInputStream = in PostSerializationActivation() local
208 if (remoteInputStream.type() == in PostSerializationActivation()
211 remoteInputStream.get_PChildToParentStreamChild()); in PostSerializationActivation()
213 MOZ_ASSERT(remoteInputStream.type() == in PostSerializationActivation()
216 remoteInputStream.get_PParentToChildStreamParent()); in PostSerializationActivation()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/
H A DInputStreamUtils.cpp203 IPCRemoteStreamType& remoteInputStream = in PostSerializationActivation() local
207 if (remoteInputStream.type() == in PostSerializationActivation()
210 remoteInputStream.get_PChildToParentStreamChild()); in PostSerializationActivation()
212 MOZ_ASSERT(remoteInputStream.type() == in PostSerializationActivation()
215 remoteInputStream.get_PParentToChildStreamParent()); in PostSerializationActivation()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/
H A DIPCStreamUtils.cpp281 IPCRemoteStreamType& remoteInputStream = in CleanupIPCStream() local
285 if (remoteInputStream.type() == in CleanupIPCStream()
288 remoteInputStream.get_PChildToParentStreamChild()); in CleanupIPCStream()
290 MOZ_ASSERT(remoteInputStream.type() == in CleanupIPCStream()
293 remoteInputStream.get_PParentToChildStreamParent()); in CleanupIPCStream()