Home
last modified time | relevance | path

Searched refs:OnCloseCompleted (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/notifications/
H A Dpersistent_notification_handler.cc67 base::BindOnce(&PersistentNotificationHandler::OnCloseCompleted, in OnClose()
72 void PersistentNotificationHandler::OnCloseCompleted( in OnCloseCompleted() function in PersistentNotificationHandler
H A Dpersistent_notification_handler.h46 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 DRandomDelaySendsAsyncResult.cs57 … this.onCloseCompletedCallback = Fx.ThunkCallback(new AsyncCallback(OnCloseCompleted)); in RandomDelaySendsAsyncResult()
241 void OnCloseCompleted(IAsyncResult result) in OnCloseCompleted() method in System.ServiceModel.Discovery.RandomDelaySendsAsyncResult
H A DDiscoveryClientChannelBase.cs661 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 DBug652331Test.cs342 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 DBug32886Test.cs646 private void OnCloseCompleted (object state) in OnCloseCompleted() method in TempConvertSoapClient
668 this.onCloseCompletedDelegate = new System.Threading.SendOrPostCallback (this.OnCloseCompleted); in CloseAsync()
H A DBug652331_2Test.cs741 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 DBug36080Test.cs512 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 DBug675144Test.cs457 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 DCommunicationObject.cs1169 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