Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dstrong_binding.h64 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
72 connection_error_handler_.Reset(); in set_connection_error_with_reason_handler()
115 if (connection_error_handler_) { in OnConnectionError()
116 std::move(connection_error_handler_).Run(); in OnConnectionError()
125 base::OnceClosure connection_error_handler_; variable
Dstrong_associated_binding.h66 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
74 connection_error_handler_.Reset(); in set_connection_error_with_reason_handler()
107 if (connection_error_handler_) { in OnConnectionError()
108 std::move(connection_error_handler_).Run(); in OnConnectionError()
117 base::OnceClosure connection_error_handler_; variable
Dconnector.h110 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()
229 base::OnceClosure connection_error_handler_; variable
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc550 if (connection_error_handler_) in HandleError()
551 std::move(connection_error_handler_).Run(); in HandleError()