chromium/out/Default/gen/services/accessibility/public/mojom/automation.mojom-params-data.h

// services/accessibility/public/mojom/automation.mojom-params-data.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_MOJOM_PARAMS_DATA_H_
#define SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_MOJOM_PARAMS_DATA_H_

#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"

#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif

namespace mojo::internal {
class ValidationContext;
}


namespace ax::mojom {
namespace internal {
class  Automation_DispatchTreeDestroyedEvent_Params_Data {};
static_assert;
class  Automation_DispatchActionResult_Params_Data {};
static_assert;
class  Automation_DispatchAccessibilityEvents_Params_Data {};
static_assert;
class  Automation_DispatchAccessibilityLocationChange_Params_Data {};
static_assert;

}  // namespace internal


class Automation_DispatchTreeDestroyedEvent_ParamsDataView {};


class Automation_DispatchActionResult_ParamsDataView {};


class Automation_DispatchAccessibilityEvents_ParamsDataView {};


class Automation_DispatchAccessibilityLocationChange_ParamsDataView {};

inline void Automation_DispatchTreeDestroyedEvent_ParamsDataView::GetTreeIdDataView(
    ::ax::mojom::AXTreeIDDataView* output) {}


inline void Automation_DispatchActionResult_ParamsDataView::GetDataDataView(
    ::ax::mojom::AXActionDataDataView* output) {}


inline void Automation_DispatchAccessibilityEvents_ParamsDataView::GetTreeIdDataView(
    ::ax::mojom::AXTreeIDDataView* output) {}
inline void Automation_DispatchAccessibilityEvents_ParamsDataView::GetUpdatesDataView(
    mojo::ArrayDataView<::ax::mojom::AXTreeUpdateDataView>* output) {}
inline void Automation_DispatchAccessibilityEvents_ParamsDataView::GetMouseLocationDataView(
    ::gfx::mojom::PointDataView* output) {}
inline void Automation_DispatchAccessibilityEvents_ParamsDataView::GetEventsDataView(
    mojo::ArrayDataView<::ax::mojom::AXEventDataView>* output) {}


inline void Automation_DispatchAccessibilityLocationChange_ParamsDataView::GetTreeIdDataView(
    ::ax::mojom::AXTreeIDDataView* output) {}
inline void Automation_DispatchAccessibilityLocationChange_ParamsDataView::GetBoundsDataView(
    ::ax::mojom::AXRelativeBoundsDataView* output) {}



}  // ax::mojom

#if defined(__clang__)
#pragma clang diagnostic pop
#endif

#endif  // SERVICES_ACCESSIBILITY_PUBLIC_MOJOM_AUTOMATION_MOJOM_PARAMS_DATA_H_