Searched refs:OnConnectionError (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/ |
D | binding_set.h | 226 base::BindOnce(&Entry::OnConnectionError, base::Unretained(this))); 257 void OnConnectionError(uint32_t custom_reason, 260 binding_set_->OnConnectionError(binding_id_, custom_reason, description); 289 void OnConnectionError(BindingId id,
|
D | strong_binding.h | 108 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this))); in StrongBinding() 113 void OnConnectionError(uint32_t custom_reason, in OnConnectionError() function
|
D | strong_associated_binding.h | 100 &StrongAssociatedBinding::OnConnectionError, base::Unretained(this))); in StrongAssociatedBinding() 105 void OnConnectionError(uint32_t custom_reason, in OnConnectionError() function
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | control_message_proxy.h | 32 void OnConnectionError();
|
D | control_message_proxy.cc | 168 void ControlMessageProxy::OnConnectionError() { in OnConnectionError() function in mojo::internal::ControlMessageProxy
|
D | interface_endpoint_client.cc | 323 control_message_proxy_.OnConnectionError(); in NotifyError()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 171 base::Bind(&ServiceImplWithBinding::OnConnectionError, in ServiceImplWithBinding() 180 void OnConnectionError() { delete this; } in OnConnectionError() function in mojo::__anon66f4f24d0111::ServiceImplWithBinding
|