Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dreport_bad_message_unittest.cc81 error_handler_ = handler; in SetErrorHandler()
86 if (!error_handler_.is_null()) in OnProcessError()
87 error_handler_.Run(); in OnProcessError()
92 base::Closure error_handler_; member in mojo::test::__anonbfb41c7a0111::ReportBadMessageTest
/external/libchrome/mojo/public/cpp/bindings/
Dbinding_set.h77 error_handler_ = std::move(error_handler);
84 error_handler_.Reset();
300 if (error_handler_) {
301 error_handler_.Run();
307 base::RepeatingClosure error_handler_;
Dinterface_endpoint_client.h57 error_handler_ = std::move(error_handler); in set_connection_error_handler()
65 error_handler_.Reset(); in set_connection_error_with_reason_handler()
177 base::OnceClosure error_handler_; variable
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc325 if (error_handler_) { in NotifyError()
326 std::move(error_handler_).Run(); in NotifyError()