#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_PRINTING_WEB_PRINTING_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_PRINTING_WEB_PRINTING_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 blink::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrintJobStateObserver_OnWebPrintJobUpdate_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrintJobController_Cancel_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrinter_FetchAttributes_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrinter_FetchAttributes_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrinter_Print_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrinter_Print_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrintingService_GetPrinters_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) WebPrintingService_GetPrinters_ResponseParams_Data { … };
static_assert …;
}
class WebPrintJobStateObserver_OnWebPrintJobUpdate_ParamsDataView { … };
class WebPrintJobController_Cancel_ParamsDataView { … };
class WebPrinter_FetchAttributes_ParamsDataView { … };
class WebPrinter_FetchAttributes_ResponseParamsDataView { … };
class WebPrinter_Print_ParamsDataView { … };
class WebPrinter_Print_ResponseParamsDataView { … };
class WebPrintingService_GetPrinters_ParamsDataView { … };
class WebPrintingService_GetPrinters_ResponseParamsDataView { … };
inline void WebPrintJobStateObserver_OnWebPrintJobUpdate_ParamsDataView::GetUpdateDataView(
WebPrintJobUpdateDataView* output) { … }
inline void WebPrinter_FetchAttributes_ResponseParamsDataView::GetResultDataView(
WebPrinterFetchResultDataView* output) { … }
inline void WebPrinter_Print_ParamsDataView::GetAttributesDataView(
WebPrintJobTemplateAttributesDataView* output) { … }
inline void WebPrinter_Print_ResponseParamsDataView::GetResultDataView(
WebPrintResultDataView* output) { … }
inline void WebPrintingService_GetPrinters_ResponseParamsDataView::GetResultDataView(
GetPrintersResultDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif