Searched refs:connection_error_handler_ (Results 1 – 4 of 4) sorted by relevance
64 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
66 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
110 connection_error_handler_ = std::move(error_handler); in set_connection_error_handler()229 base::OnceClosure connection_error_handler_; variable
550 if (connection_error_handler_) in HandleError()551 std::move(connection_error_handler_).Run(); in HandleError()