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

  /external/libmojo/mojo/public/cpp/bindings/
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() {
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() {
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 179 base::Bind(&ServiceImplWithBinding::OnConnectionError,
188 void OnConnectionError() { delete this; }
  /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()));

Completed in 151 milliseconds