Home
last modified time | relevance | path

Searched refs:connection_error_with_reason_handler_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dstrong_binding.h65 connection_error_with_reason_handler_.Reset(); in set_connection_error_handler()
71 connection_error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
117 } else if (connection_error_with_reason_handler_) { in OnConnectionError()
118 std::move(connection_error_with_reason_handler_) in OnConnectionError()
126 ConnectionErrorWithReasonCallback connection_error_with_reason_handler_; variable
Dstrong_associated_binding.h67 connection_error_with_reason_handler_.Reset(); in set_connection_error_handler()
73 connection_error_with_reason_handler_ = std::move(error_handler); in set_connection_error_with_reason_handler()
109 } else if (connection_error_with_reason_handler_) { in OnConnectionError()
110 std::move(connection_error_with_reason_handler_) in OnConnectionError()
118 ConnectionErrorWithReasonCallback connection_error_with_reason_handler_; variable