Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dbinding_set.h29 error_handler_ = error_handler; in set_connection_error_handler()
71 error_handler_ = error_handler; in set_connection_error_handler()
81 base::Closure error_handler = error_handler_; in OnConnectionError()
89 base::Closure error_handler_; variable
103 if (!error_handler_.is_null()) in OnConnectionError()
104 error_handler_.Run(); in OnConnectionError()
107 base::Closure error_handler_; variable
Dinterface_endpoint_client.h48 error_handler_ = error_handler; in set_connection_error_handler()
141 base::Closure error_handler_; variable
/external/libmojo/mojo/public/cpp/bindings/lib/
Drouter.h45 error_handler_ = error_handler; in set_connection_error_handler()
169 base::Closure error_handler_; variable
Dinterface_endpoint_client.cc270 if (!error_handler_.is_null()) in NotifyError()
271 error_handler_.Run(); in NotifyError()
Drouter.cc316 if (!error_handler_.is_null()) in OnConnectionError()
317 error_handler_.Run(); in OnConnectionError()