Home
last modified time | relevance | path

Searched refs:OnConnectionError (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h226 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,
Dstrong_binding.h108 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this))); in StrongBinding()
113 void OnConnectionError(uint32_t custom_reason, in OnConnectionError() function
Dstrong_associated_binding.h100 &StrongAssociatedBinding::OnConnectionError, base::Unretained(this))); in StrongAssociatedBinding()
105 void OnConnectionError(uint32_t custom_reason, in OnConnectionError() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dcontrol_message_proxy.h32 void OnConnectionError();
Dcontrol_message_proxy.cc168 void ControlMessageProxy::OnConnectionError() { in OnConnectionError() function in mojo::internal::ControlMessageProxy
Dinterface_endpoint_client.cc323 control_message_proxy_.OnConnectionError(); in NotifyError()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc171 base::Bind(&ServiceImplWithBinding::OnConnectionError, in ServiceImplWithBinding()
180 void OnConnectionError() { delete this; } in OnConnectionError() function in mojo::__anon66f4f24d0111::ServiceImplWithBinding