HomeSort by relevance Sort by last modified time
    Searched refs:OnConnectionError (Results 1 - 5 of 5) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/
binding_set.h 35 base::Bind(&BindingSet::OnConnectionError, base::Unretained(this)));
65 base::Bind(&Element::OnConnectionError, base::Unretained(this)));
80 void OnConnectionError() {
95 void OnConnectionError() {
strong_binding.h 77 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this)));
84 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this)));
91 base::Bind(&StrongBinding::OnConnectionError, base::Unretained(this)));
111 void OnConnectionError() {
  /external/libmojo/mojo/public/cpp/bindings/lib/
router.cc 138 base::Bind(&Router::OnConnectionError, base::Unretained(this)));
249 OnConnectionError();
295 void Router::OnConnectionError() {
311 base::Bind(&Router::OnConnectionError, weak_factory_.GetWeakPtr()));
router.h 154 void OnConnectionError();
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 179 base::Bind(&ServiceImplWithBinding::OnConnectionError,
188 void OnConnectionError() { delete this; }

Completed in 108 milliseconds