#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_CHOOSERS_FILE_CHOOSER_MOJOM_BLINK_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_CHOOSERS_FILE_CHOOSER_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/choosers/file_chooser.mojom-features.h"
#include "third_party/blink/public/mojom/choosers/file_chooser.mojom-shared.h"
#include "third_party/blink/public/mojom/choosers/file_chooser.mojom-blink-forward.h"
#include "mojo/public/mojom/base/file_path.mojom-blink.h"
#include "mojo/public/mojom/base/string16.mojom-blink.h"
#include "mojo/public/mojom/base/time.mojom-blink.h"
#include "url/mojom/url.mojom-blink.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink::mojom::blink {
class FileChooserProxy;
template <typename ImplRefTraits>
class FileChooserStub;
class FileChooserRequestValidator;
class FileChooserResponseValidator;
class PLATFORM_EXPORT FileChooser
: public FileChooserInterfaceBase { … };
class PLATFORM_EXPORT FileChooserProxy
: public FileChooser { … };
class PLATFORM_EXPORT FileChooserStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<FileChooser>>
class FileChooserStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
FileChooserStub() = default;
~FileChooserStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class PLATFORM_EXPORT FileChooserRequestValidator : public mojo::MessageReceiver { … };
class PLATFORM_EXPORT FileChooserResponseValidator : public mojo::MessageReceiver { … };
class PLATFORM_EXPORT FileChooserFileInfo { … };
class PLATFORM_EXPORT FileChooserParams { … };
template <typename T, FileChooserParams::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, FileChooserParams::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, FileChooserParams::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, FileChooserParams::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT NativeFileInfo { … };
template <typename T, NativeFileInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, NativeFileInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, NativeFileInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, NativeFileInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT FileSystemFileInfo { … };
template <typename T, FileSystemFileInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, FileSystemFileInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, FileSystemFileInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, FileSystemFileInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT FileChooserResult { … };
template <typename T, FileChooserResult::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, FileChooserResult::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, FileChooserResult::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, FileChooserResult::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename UnionPtrType>
FileChooserFileInfoPtr FileChooserFileInfo::Clone() const { … }
template <typename T,
typename std::enable_if<std::is_same<
T, FileChooserFileInfo>::value>::type*>
bool FileChooserFileInfo::Equals(const T& other) const { … }
template <typename StructPtrType>
FileChooserParamsPtr FileChooserParams::Clone() const { … }
template <typename T, FileChooserParams::EnableIfSame<T>*>
bool FileChooserParams::Equals(const T& other_struct) const { … }
template <typename T, FileChooserParams::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
NativeFileInfoPtr NativeFileInfo::Clone() const { … }
template <typename T, NativeFileInfo::EnableIfSame<T>*>
bool NativeFileInfo::Equals(const T& other_struct) const { … }
template <typename T, NativeFileInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
FileSystemFileInfoPtr FileSystemFileInfo::Clone() const { … }
template <typename T, FileSystemFileInfo::EnableIfSame<T>*>
bool FileSystemFileInfo::Equals(const T& other_struct) const { … }
template <typename T, FileSystemFileInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
FileChooserResultPtr FileChooserResult::Clone() const { … }
template <typename T, FileChooserResult::EnableIfSame<T>*>
bool FileChooserResult::Equals(const T& other_struct) const { … }
template <typename T, FileChooserResult::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::FileChooserParams::DataView,
::blink::mojom::blink::FileChooserParamsPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::NativeFileInfo::DataView,
::blink::mojom::blink::NativeFileInfoPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::FileSystemFileInfo::DataView,
::blink::mojom::blink::FileSystemFileInfoPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::FileChooserResult::DataView,
::blink::mojom::blink::FileChooserResultPtr> { … };
template <>
struct PLATFORM_EXPORT UnionTraits<::blink::mojom::blink::FileChooserFileInfo::DataView,
::blink::mojom::blink::FileChooserFileInfoPtr> { … };
}
#endif