Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dstrong_binding.h77 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this))); in Bind()
84 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this))); in Bind()
91 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this))); in Bind()
111 void OnConnectionError() { in OnConnectionError() function
Dbinding_set.h35 base::Bind(&BindingSet::OnConnectionError, base::Unretained(this))); in AddBinding()
65 base::Bind(&Element::OnConnectionError, base::Unretained(this))); in Element()
80 void OnConnectionError() { in OnConnectionError() function
95 void OnConnectionError() { in OnConnectionError() function
/external/libmojo/mojo/public/cpp/bindings/lib/
Drouter.cc138 base::Bind(&Router::OnConnectionError, base::Unretained(this))); in Router()
249 OnConnectionError(); in HandleQueuedMessages()
295 void Router::OnConnectionError() { in OnConnectionError() function in mojo::internal::Router
311 base::Bind(&Router::OnConnectionError, weak_factory_.GetWeakPtr())); in OnConnectionError()
Drouter.h154 void OnConnectionError();
/external/libmojo/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc179 base::Bind(&ServiceImplWithBinding::OnConnectionError, in ServiceImplWithBinding()
188 void OnConnectionError() { delete this; } in OnConnectionError() function in mojo::__anon9a3858bd0111::ServiceImplWithBinding