#include "components/content_capture/common/content_capture.mojom-shared.h"
#include <ostream>
#include <utility>
#include "base/strings/stringprintf.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "components/content_capture/common/content_capture.mojom-params-data.h"
namespace content_capture {
namespace mojom {
namespace internal {
bool ContentCaptureReceiver_DidCaptureContent_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentCaptureReceiver_DidCaptureContent_Params_Data::ContentCaptureReceiver_DidCaptureContent_Params_Data()
: … { … }
bool ContentCaptureReceiver_DidUpdateContent_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentCaptureReceiver_DidUpdateContent_Params_Data::ContentCaptureReceiver_DidUpdateContent_Params_Data()
: … { … }
bool ContentCaptureReceiver_DidRemoveContent_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentCaptureReceiver_DidRemoveContent_Params_Data::ContentCaptureReceiver_DidRemoveContent_Params_Data()
: … { … }
bool ContentCaptureSender_StartCapture_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentCaptureSender_StartCapture_Params_Data::ContentCaptureSender_StartCapture_Params_Data()
: … { … }
bool ContentCaptureSender_StopCapture_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ContentCaptureSender_StopCapture_Params_Data::ContentCaptureSender_StopCapture_Params_Data()
: … { … }
}
}
}