#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_FILE_SYSTEM_ACCESS_FILE_SYSTEM_ACCESS_MANAGER_MOJOM_BLINK_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_FILE_SYSTEM_ACCESS_FILE_SYSTEM_ACCESS_MANAGER_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/file_system_access/file_system_access_manager.mojom-features.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_manager.mojom-shared.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_manager.mojom-blink-forward.h"
#include "mojo/public/mojom/base/string16.mojom-blink.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_data_transfer_token.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_directory_handle.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_error.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_file_handle.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_observer_host.mojom-blink-forward.h"
#include "third_party/blink/public/mojom/file_system_access/file_system_access_transfer_token.mojom-blink-forward.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 FileSystemAccessManagerProxy;
template <typename ImplRefTraits>
class FileSystemAccessManagerStub;
class FileSystemAccessManagerRequestValidator;
class FileSystemAccessManagerResponseValidator;
class PLATFORM_EXPORT FileSystemAccessManager
: public FileSystemAccessManagerInterfaceBase { … };
class PLATFORM_EXPORT FileSystemAccessManagerProxy
: public FileSystemAccessManager { … };
class PLATFORM_EXPORT FileSystemAccessManagerStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<FileSystemAccessManager>>
class FileSystemAccessManagerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
FileSystemAccessManagerStub() = default;
~FileSystemAccessManagerStub() 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 FileSystemAccessManagerRequestValidator : public mojo::MessageReceiver { … };
class PLATFORM_EXPORT FileSystemAccessManagerResponseValidator : public mojo::MessageReceiver { … };
class PLATFORM_EXPORT DirectoryPickerOptions { … };
template <typename T, DirectoryPickerOptions::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, DirectoryPickerOptions::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, DirectoryPickerOptions::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, DirectoryPickerOptions::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT TypeSpecificFilePickerOptionsUnion { … };
class PLATFORM_EXPORT FilePickerStartInOptionsUnion { … };
class PLATFORM_EXPORT ChooseFileSystemEntryAcceptsOption { … };
template <typename T, ChooseFileSystemEntryAcceptsOption::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, ChooseFileSystemEntryAcceptsOption::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, ChooseFileSystemEntryAcceptsOption::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, ChooseFileSystemEntryAcceptsOption::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT AcceptsTypesInfo { … };
template <typename T, AcceptsTypesInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, AcceptsTypesInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, AcceptsTypesInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, AcceptsTypesInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT OpenFilePickerOptions { … };
template <typename T, OpenFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, OpenFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, OpenFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, OpenFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT SaveFilePickerOptions { … };
template <typename T, SaveFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SaveFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SaveFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SaveFilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class PLATFORM_EXPORT FilePickerOptions { … };
template <typename T, FilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, FilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, FilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, FilePickerOptions::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename UnionPtrType>
TypeSpecificFilePickerOptionsUnionPtr TypeSpecificFilePickerOptionsUnion::Clone() const { … }
template <typename T,
typename std::enable_if<std::is_same<
T, TypeSpecificFilePickerOptionsUnion>::value>::type*>
bool TypeSpecificFilePickerOptionsUnion::Equals(const T& other) const { … }
template <typename UnionPtrType>
FilePickerStartInOptionsUnionPtr FilePickerStartInOptionsUnion::Clone() const { … }
template <typename T,
typename std::enable_if<std::is_same<
T, FilePickerStartInOptionsUnion>::value>::type*>
bool FilePickerStartInOptionsUnion::Equals(const T& other) const { … }
template <typename StructPtrType>
ChooseFileSystemEntryAcceptsOptionPtr ChooseFileSystemEntryAcceptsOption::Clone() const { … }
template <typename T, ChooseFileSystemEntryAcceptsOption::EnableIfSame<T>*>
bool ChooseFileSystemEntryAcceptsOption::Equals(const T& other_struct) const { … }
template <typename T, ChooseFileSystemEntryAcceptsOption::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
AcceptsTypesInfoPtr AcceptsTypesInfo::Clone() const { … }
template <typename T, AcceptsTypesInfo::EnableIfSame<T>*>
bool AcceptsTypesInfo::Equals(const T& other_struct) const { … }
template <typename T, AcceptsTypesInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
OpenFilePickerOptionsPtr OpenFilePickerOptions::Clone() const { … }
template <typename T, OpenFilePickerOptions::EnableIfSame<T>*>
bool OpenFilePickerOptions::Equals(const T& other_struct) const { … }
template <typename T, OpenFilePickerOptions::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SaveFilePickerOptionsPtr SaveFilePickerOptions::Clone() const { … }
template <typename T, SaveFilePickerOptions::EnableIfSame<T>*>
bool SaveFilePickerOptions::Equals(const T& other_struct) const { … }
template <typename T, SaveFilePickerOptions::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
DirectoryPickerOptionsPtr DirectoryPickerOptions::Clone() const { … }
template <typename T, DirectoryPickerOptions::EnableIfSame<T>*>
bool DirectoryPickerOptions::Equals(const T& other_struct) const { … }
template <typename T, DirectoryPickerOptions::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
FilePickerOptionsPtr FilePickerOptions::Clone() const { … }
template <typename T, FilePickerOptions::EnableIfSame<T>*>
bool FilePickerOptions::Equals(const T& other_struct) const { … }
template <typename T, FilePickerOptions::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::ChooseFileSystemEntryAcceptsOption::DataView,
::blink::mojom::blink::ChooseFileSystemEntryAcceptsOptionPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::AcceptsTypesInfo::DataView,
::blink::mojom::blink::AcceptsTypesInfoPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::OpenFilePickerOptions::DataView,
::blink::mojom::blink::OpenFilePickerOptionsPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::SaveFilePickerOptions::DataView,
::blink::mojom::blink::SaveFilePickerOptionsPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::DirectoryPickerOptions::DataView,
::blink::mojom::blink::DirectoryPickerOptionsPtr> { … };
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::FilePickerOptions::DataView,
::blink::mojom::blink::FilePickerOptionsPtr> { … };
template <>
struct PLATFORM_EXPORT UnionTraits<::blink::mojom::blink::TypeSpecificFilePickerOptionsUnion::DataView,
::blink::mojom::blink::TypeSpecificFilePickerOptionsUnionPtr> { … };
template <>
struct PLATFORM_EXPORT UnionTraits<::blink::mojom::blink::FilePickerStartInOptionsUnion::DataView,
::blink::mojom::blink::FilePickerStartInOptionsUnionPtr> { … };
}
#endif