Lines Matching refs:error_response
235 Response* response, ErrorResponse* error_response) { in CallMethodWithErrorCallback() argument
239 std::move(error_callback).Run(error_response); in CallMethodWithErrorCallback()
362 std::unique_ptr<ErrorResponse> error_response; in OnPendingCallIsComplete() local
364 error_response = ErrorResponse::FromRawMessage(response_message); in OnPendingCallIsComplete()
372 error_response.get()); in OnPendingCallIsComplete()
394 [](Response* response, ErrorResponse* error_response) { in OnPendingCallIsComplete() argument
398 base::Owned(error_response.release()))); in OnPendingCallIsComplete()
409 ErrorResponse* error_response) { in RunResponseOrErrorCallback() argument
411 callback_holder.ReleaseCallback().Run(response, error_response); in RunResponseOrErrorCallback()
623 ErrorResponse* error_response) { in OnCallMethod() argument
632 if (error_response) { in OnCallMethod()
634 error_name = error_response->GetErrorName(); in OnCallMethod()
635 MessageReader reader(error_response); in OnCallMethod()