#include "third_party/blink/public/mojom/input/ime_host.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 "third_party/blink/public/mojom/input/ime_host.mojom-params-data.h"
namespace blink {
namespace mojom {
namespace internal {
bool EditorBoundsInfo_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
EditorBoundsInfo_Data::EditorBoundsInfo_Data()
: … { … }
bool TextAppearanceInfo_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
TextAppearanceInfo_Data::TextAppearanceInfo_Data()
: … { … }
bool InputCursorAnchorInfo_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
InputCursorAnchorInfo_Data::InputCursorAnchorInfo_Data()
: … { … }
bool ImeRenderWidgetHost_UpdateCursorAnchorInfo_Params_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ImeRenderWidgetHost_UpdateCursorAnchorInfo_Params_Data::ImeRenderWidgetHost_UpdateCursorAnchorInfo_Params_Data()
: … { … }
}
}
}