/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/ |
H A D | persistent_notification_handler.cc | 67 base::BindOnce(&PersistentNotificationHandler::OnCloseCompleted, in OnClose() 72 void PersistentNotificationHandler::OnCloseCompleted( in OnCloseCompleted() function in PersistentNotificationHandler
|
H A D | persistent_notification_handler.h | 46 void OnCloseCompleted(base::OnceClosure completed_closure,
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/ |
H A D | RandomDelaySendsAsyncResult.cs | 57 … this.onCloseCompletedCallback = Fx.ThunkCallback(new AsyncCallback(OnCloseCompleted)); in RandomDelaySendsAsyncResult() 241 void OnCloseCompleted(IAsyncResult result) in OnCloseCompleted() method in System.ServiceModel.Discovery.RandomDelaySendsAsyncResult
|
H A D | DiscoveryClientChannelBase.cs | 661 PrepareAsyncCompletion(new AsyncCompletion(OnCloseCompleted)), in CloseAsyncResult() 664 if (closeResult.CompletedSynchronously && OnCloseCompleted(closeResult)) in CloseAsyncResult() 680 bool OnCloseCompleted(IAsyncResult result) in OnCloseCompleted() method in System.ServiceModel.Discovery.DiscoveryClientChannelBase.CloseAsyncResult
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel.Dispatcher/ |
H A D | Bug652331Test.cs | 342 private void OnCloseCompleted(object state) { in OnCloseCompleted() method in WebServiceMoonlightTest.ServiceReference1.Service1Client 361 … this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnCloseCompleted); in CloseAsync()
|
H A D | Bug32886Test.cs | 646 private void OnCloseCompleted (object state) in OnCloseCompleted() method in TempConvertSoapClient 668 this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback (this.OnCloseCompleted); in CloseAsync()
|
H A D | Bug652331_2Test.cs | 741 private void OnCloseCompleted(object state) { in OnCloseCompleted() method in WebServiceMoonlightTest.ServiceReference2.Service1Client 831 … this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnCloseCompleted); in CloseAsync()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Test/System.ServiceModel/ |
H A D | Bug36080Test.cs | 512 private void OnCloseCompleted(object state) in OnCloseCompleted() method in HelloWorldServiceClient 538 … this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnCloseCompleted); in CloseAsync()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/ |
H A D | Bug675144Test.cs | 457 private void OnCloseCompleted(object state) { in OnCloseCompleted() method in WebServiceMoonlightTest.ServiceReference1.Service1Client 476 … this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnCloseCompleted); in CloseAsync()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/ |
H A D | CommunicationObject.cs | 1169 base.OnCompleting = new Action<AsyncResult, Exception>(OnCloseCompleted); in CloseAsyncResult() 1201 void OnCloseCompleted(AsyncResult result, Exception exception) in OnCloseCompleted() method in System.ServiceModel.Channels.CommunicationObject.CloseAsyncResult
|