#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_FRAME_FIND_IN_PAGE_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_FRAME_FIND_IN_PAGE_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) FindInPage_Find_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) FindInPage_StopFinding_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) FindInPage_ClearActiveFindMatch_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) FindInPage_SetClient_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) FindInPageClient_SetNumberOfMatches_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) FindInPageClient_SetActiveMatch_Params_Data { … };
static_assert …;
}
class FindInPage_Find_ParamsDataView { … };
class FindInPage_StopFinding_ParamsDataView { … };
class FindInPage_ClearActiveFindMatch_ParamsDataView { … };
class FindInPage_SetClient_ParamsDataView { … };
class FindInPageClient_SetNumberOfMatches_ParamsDataView { … };
class FindInPageClient_SetActiveMatch_ParamsDataView { … };
inline void FindInPage_Find_ParamsDataView::GetSearchTextDataView(
mojo::StringDataView* output) { … }
inline void FindInPage_Find_ParamsDataView::GetOptionsDataView(
FindOptionsDataView* output) { … }
inline void FindInPageClient_SetActiveMatch_ParamsDataView::GetActiveMatchRectDataView(
::gfx::mojom::RectDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif