Home
last modified time | relevance | path

Searched refs:close_delegate (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery.Udp/
H A DUdpChannelFactory.cs50 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.Discovery.Udp.UdpChannelFactory
66 if (close_delegate == null) in OnBeginClose()
67 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
68 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
73 close_delegate.EndInvoke (result); in OnEndClose()
H A DUdpChannelListener.cs70 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.Discovery.Udp.UdpChannelListener
86 if (close_delegate == null) in OnBeginClose()
87 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
88 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
93 close_delegate.EndInvoke (result); in OnEndClose()
H A DUdpDuplexChannel.cs213 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.Discovery.Udp.UdpDuplexChannel
217 if (close_delegate == null) in OnBeginClose()
218 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
219 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
224 close_delegate.EndInvoke (result); in OnEndClose()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DChannelFactoryBase.cs208 Action<TimeSpan> close_delegate; field in System.ServiceModel.Channels.ChannelFactoryBase
212 if (close_delegate == null) in OnBeginClose()
213 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
214 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
219 if (close_delegate == null) in OnEndClose()
221 close_delegate.EndInvoke (result); in OnEndClose()
H A DChannelListenerBase_1.cs53 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.Channels.InternalChannelListenerBase
155 if (close_delegate == null) in OnBeginClose()
156 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
157 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
162 if (close_delegate == null) in OnEndClose()
164 close_delegate.EndInvoke (result); in OnEndClose()
H A DRequestChannelBase.cs121 Action<TimeSpan> close_delegate; field in System.ServiceModel.Channels.RequestChannelBase
125 if (close_delegate == null) in OnBeginClose()
126 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
127 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
132 close_delegate.EndInvoke (result); in OnEndClose()
H A DReplyChannelBase.cs226 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.Channels.ReplyChannelBase
246 if (close_delegate == null) in OnBeginClose()
247 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
248 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
253 if (close_delegate == null) in OnEndClose()
255 close_delegate.EndInvoke (result); in OnEndClose()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Channels/
H A DRequestChannelBase.cs113 Action<TimeSpan> close_delegate; field in System.ServiceModel.Channels.RequestChannelBase
117 if (close_delegate == null) in OnBeginClose()
118 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
119 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
124 close_delegate.EndInvoke (result); in OnEndClose()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel/
H A DInstanceContext.cs204 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.InstanceContext
226 if (close_delegate == null) in OnBeginClose()
227 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
228 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
233 close_delegate.EndInvoke (result); in OnEndClose()
H A DServiceRuntimeChannel.cs209 Action<TimeSpan> close_delegate; field in System.ServiceModel.MonoInternal.ServiceRuntimeChannel
214 if (close_delegate == null) in OnBeginClose()
215 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
216 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
221 close_delegate.EndInvoke (result); in OnEndClose()
H A DChannelFactory.cs333 Action<TimeSpan> close_delegate; field in System.ServiceModel.ChannelFactory
340 if (close_delegate == null) in OnBeginClose()
341 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
342 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
355 if (close_delegate == null) in OnEndClose()
357 close_delegate.EndInvoke (result); in OnEndClose()
H A DServiceHostBase.cs505 Action<TimeSpan> close_delegate; field in System.ServiceModel.ServiceHostBase
511 if (close_delegate != null) in OnBeginClose()
512 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
513 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
578 if (close_delegate == null) in OnEndClose()
580 close_delegate.EndInvoke (result); in OnEndClose()
H A DClientRuntimeChannel.cs369 Action<TimeSpan> close_delegate; field in System.ServiceModel.MonoInternal.ClientRuntimeChannel
374 if (close_delegate == null) in OnBeginClose()
375 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
376 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
381 close_delegate.EndInvoke (result); in OnEndClose()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.h43 void set_close_delegate(TabModalConfirmDialogCloseDelegate* close_delegate) { in set_close_delegate() argument
44 close_delegate_ = close_delegate; in set_close_delegate()
105 TabModalConfirmDialogCloseDelegate* close_delegate() { in close_delegate() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery/
H A DDiscoveryRequestChannel.cs65 Action<TimeSpan> open_delegate, close_delegate; field in System.ServiceModel.Discovery.DiscoveryChannel
69 if (close_delegate == null) in OnBeginClose()
70 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
71 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
76 close_delegate.EndInvoke (result); in OnEndClose()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/
H A DChannelDispatcher.cs257 Action<TimeSpan> close_delegate; field in System.ServiceModel.Dispatcher.ChannelDispatcher
262 if (close_delegate == null) in OnBeginClose()
263 close_delegate = new Action<TimeSpan> (OnClose); in OnBeginClose()
264 return close_delegate.BeginInvoke (timeout, callback, state); in OnBeginClose()
290 close_delegate.EndInvoke (result); in OnEndClose()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_websocket.cc1078 ReleaseResourceDelegate close_delegate(core_interface_, ws); in TestAbortCloseCall() local
1079 close_callback.SetDelegate(&close_delegate); in TestAbortCloseCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc1597 CloseWebContentsDelegate close_delegate; in TEST_P() local
1598 contents()->SetDelegate(&close_delegate); in TEST_P()
1616 EXPECT_TRUE(close_delegate.is_closed()); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_frame_host_manager_unittest.cc1570 CloseWebContentsDelegate close_delegate; in TEST_P() local
1571 contents()->SetDelegate(&close_delegate); in TEST_P()
1589 EXPECT_TRUE(close_delegate.is_closed()); in TEST_P()