#include "extensions/common/api/mime_handler_private.h"
#include <memory>
#include <optional>
#include <ostream>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "base/check.h"
#include "base/check_op.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "tools/json_schema_compiler/util.h"
UTF8ToUTF16;
namespace extensions {
namespace api {
namespace mime_handler_private {
StreamInfo::ResponseHeaders::ResponseHeaders()
{ … }
StreamInfo::ResponseHeaders::~ResponseHeaders() = default;
StreamInfo::ResponseHeaders::ResponseHeaders(ResponseHeaders&& rhs) noexcept = default;
StreamInfo::ResponseHeaders& StreamInfo::ResponseHeaders::operator=(ResponseHeaders&& rhs) noexcept = default;
StreamInfo::ResponseHeaders StreamInfo::ResponseHeaders::Clone() const { … }
bool StreamInfo::ResponseHeaders::Populate(
const base::Value::Dict& dict, ResponseHeaders& out) { … }
bool StreamInfo::ResponseHeaders::Populate(
const base::Value& value, ResponseHeaders& out) { … }
std::optional<StreamInfo::ResponseHeaders> StreamInfo::ResponseHeaders::FromValue(const base::Value::Dict& value) { … }
std::optional<StreamInfo::ResponseHeaders> StreamInfo::ResponseHeaders::FromValue(const base::Value& value) { … }
base::Value::Dict StreamInfo::ResponseHeaders::ToValue() const { … }
StreamInfo::StreamInfo()
: … { … }
StreamInfo::~StreamInfo() = default;
StreamInfo::StreamInfo(StreamInfo&& rhs) noexcept = default;
StreamInfo& StreamInfo::operator=(StreamInfo&& rhs) noexcept = default;
StreamInfo StreamInfo::Clone() const { … }
bool StreamInfo::Populate(
const base::Value::Dict& dict, StreamInfo& out) { … }
bool StreamInfo::Populate(
const base::Value& value, StreamInfo& out) { … }
std::optional<StreamInfo> StreamInfo::FromValue(const base::Value::Dict& value) { … }
std::optional<StreamInfo> StreamInfo::FromValue(const base::Value& value) { … }
base::Value::Dict StreamInfo::ToValue() const { … }
PdfPluginAttributes::PdfPluginAttributes()
: … { … }
PdfPluginAttributes::~PdfPluginAttributes() = default;
PdfPluginAttributes::PdfPluginAttributes(PdfPluginAttributes&& rhs) noexcept = default;
PdfPluginAttributes& PdfPluginAttributes::operator=(PdfPluginAttributes&& rhs) noexcept = default;
PdfPluginAttributes PdfPluginAttributes::Clone() const { … }
bool PdfPluginAttributes::Populate(
const base::Value::Dict& dict, PdfPluginAttributes& out) { … }
bool PdfPluginAttributes::Populate(
const base::Value& value, PdfPluginAttributes& out) { … }
std::optional<PdfPluginAttributes> PdfPluginAttributes::FromValue(const base::Value::Dict& value) { … }
std::optional<PdfPluginAttributes> PdfPluginAttributes::FromValue(const base::Value& value) { … }
base::Value::Dict PdfPluginAttributes::ToValue() const { … }
namespace OnSave {
const char kEventName[] = …;
base::Value::List Create(const std::string& stream_url) { … }
}
}
}
}