Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DInterceptor.cpp190 static detail::LiveSet& GetLiveSet() { in GetLiveSet() function
206 detail::LiveSetAutoLock lock(GetLiveSet()); in Create()
208 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget.get())); in Create()
249 detail::LiveSetAutoLock lock(GetLiveSet()); in ~Interceptor()
250 GetLiveSet().Remove(mTarget.get()); in ~Interceptor()
479 GetLiveSet().Put(mTarget.get(), weakRef.forget()); in PublishTarget()
834 detail::LiveSetAutoLock lock(GetLiveSet()); in DisconnectRemotesForTarget()
838 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget)); in DisconnectRemotesForTarget()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DInterceptor.cpp190 static detail::LiveSet& GetLiveSet() { in GetLiveSet() function
206 detail::LiveSetAutoLock lock(GetLiveSet()); in Create()
208 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget.get())); in Create()
249 detail::LiveSetAutoLock lock(GetLiveSet()); in ~Interceptor()
250 GetLiveSet().Remove(mTarget.get()); in ~Interceptor()
479 GetLiveSet().Put(mTarget.get(), weakRef.forget()); in PublishTarget()
834 detail::LiveSetAutoLock lock(GetLiveSet()); in DisconnectRemotesForTarget()
838 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget)); in DisconnectRemotesForTarget()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DInterceptor.cpp189 static detail::LiveSet& GetLiveSet() { in GetLiveSet() function
205 detail::LiveSetAutoLock lock(GetLiveSet()); in Create()
207 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget.get())); in Create()
248 detail::LiveSetAutoLock lock(GetLiveSet()); in ~Interceptor()
249 GetLiveSet().Remove(mTarget.get()); in ~Interceptor()
478 GetLiveSet().Put(mTarget.get(), weakRef.forget()); in PublishTarget()
833 detail::LiveSetAutoLock lock(GetLiveSet()); in DisconnectRemotesForTarget()
837 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget)); in DisconnectRemotesForTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DInterceptor.cpp190 static detail::LiveSet& GetLiveSet() { in GetLiveSet() function
206 detail::LiveSetAutoLock lock(GetLiveSet()); in Create()
208 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget.get())); in Create()
249 detail::LiveSetAutoLock lock(GetLiveSet()); in ~Interceptor()
250 GetLiveSet().Remove(mTarget.get()); in ~Interceptor()
479 GetLiveSet().Put(mTarget.get(), weakRef.forget()); in PublishTarget()
834 detail::LiveSetAutoLock lock(GetLiveSet()); in DisconnectRemotesForTarget()
838 RefPtr<IWeakReference> existingWeak(GetLiveSet().Get(aTarget)); in DisconnectRemotesForTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DInterceptor.cpp189 static detail::LiveSet& GetLiveSet() { in GetLiveSet() function
205 detail::LiveSetAutoLock lock(GetLiveSet()); in Create()
207 RefPtr<IWeakReference> existingWeak(Move(GetLiveSet().Get(aTarget.get()))); in Create()
247 detail::LiveSetAutoLock lock(GetLiveSet()); in ~Interceptor()
248 GetLiveSet().Remove(mTarget.get()); in ~Interceptor()
468 GetLiveSet().Put(mTarget.get(), weakRef.forget()); in PublishTarget()
818 detail::LiveSetAutoLock lock(GetLiveSet()); in DisconnectRemotesForTarget()
822 RefPtr<IWeakReference> existingWeak(Move(GetLiveSet().Get(aTarget))); in DisconnectRemotesForTarget()