Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/lib/
Dbinding_state.h100 connection_error_handler_ = error_handler; in set_connection_error_handler()
124 connection_error_handler_.Reset(); in DestroyRouter()
128 if (!connection_error_handler_.is_null()) in RunConnectionErrorHandler()
129 connection_error_handler_.Run(); in RunConnectionErrorHandler()
135 base::Closure connection_error_handler_; variable
195 connection_error_handler_.Reset(); in Close()
203 connection_error_handler_.Reset(); in Unbind()
209 connection_error_handler_ = error_handler; in set_connection_error_handler()
232 if (!connection_error_handler_.is_null()) in RunConnectionErrorHandler()
233 connection_error_handler_.Run(); in RunConnectionErrorHandler()
[all …]
Dconnector.cc341 if (!connection_error_handler_.is_null()) in HandleError()
342 connection_error_handler_.Run(); in HandleError()
/external/libmojo/mojo/public/cpp/bindings/
Dassociated_binding.h118 connection_error_handler_.Reset(); in Close()
131 connection_error_handler_.Reset(); in Unbind()
143 connection_error_handler_ = error_handler; in set_connection_error_handler()
160 if (!connection_error_handler_.is_null()) in RunConnectionErrorHandler()
161 connection_error_handler_.Run(); in RunConnectionErrorHandler()
168 base::Closure connection_error_handler_; variable
Dstrong_binding.h104 connection_error_handler_ = error_handler; in set_connection_error_handler()
112 if (!connection_error_handler_.is_null()) in OnConnectionError()
113 connection_error_handler_.Run(); in OnConnectionError()
118 base::Closure connection_error_handler_;
Dconnector.h71 connection_error_handler_ = error_handler; in set_connection_error_handler()
175 base::Closure connection_error_handler_; variable