#include "third_party/blink/renderer/core/html/html_frame_element_base.h"
#include "services/network/public/cpp/web_sandbox_flags.h"
#include "services/network/public/mojom/web_sandbox_flags.mojom-blink.h"
#include "third_party/blink/public/mojom/frame/frame.mojom-blink.h"
#include "third_party/blink/renderer/bindings/core/v8/binding_security.h"
#include "third_party/blink/renderer/bindings/core/v8/js_event_handler_for_content_attribute.h"
#include "third_party/blink/renderer/bindings/core/v8/script_controller.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_core.h"
#include "third_party/blink/renderer/core/dom/attribute.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/frame/csp/content_security_policy.h"
#include "third_party/blink/renderer/core/frame/frame_console.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/frame/local_frame_client.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/frame/remote_frame.h"
#include "third_party/blink/renderer/core/frame/remote_frame_view.h"
#include "third_party/blink/renderer/core/html/parser/html_parser_idioms.h"
#include "third_party/blink/renderer/core/html_names.h"
#include "third_party/blink/renderer/core/inspector/console_message.h"
#include "third_party/blink/renderer/core/loader/frame_loader.h"
#include "third_party/blink/renderer/core/page/focus_controller.h"
#include "third_party/blink/renderer/core/page/page.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
HTMLFrameElementBase::HTMLFrameElementBase(const QualifiedName& tag_name,
Document& document)
: … { … }
void HTMLFrameElementBase::OpenURL(bool replace_current_item) { … }
void HTMLFrameElementBase::ParseAttribute(
const AttributeModificationParams& params) { … }
scoped_refptr<const SecurityOrigin>
HTMLFrameElementBase::GetOriginForPermissionsPolicy() const { … }
void HTMLFrameElementBase::SetNameAndOpenURL() { … }
Node::InsertionNotificationRequest HTMLFrameElementBase::InsertedInto(
ContainerNode& insertion_point) { … }
void HTMLFrameElementBase::DidNotifySubtreeInsertionsToDocument() { … }
void HTMLFrameElementBase::AttachLayoutTree(AttachContext& context) { … }
void HTMLFrameElementBase::SetLocation(const String& str) { … }
int HTMLFrameElementBase::DefaultTabIndex() const { … }
void HTMLFrameElementBase::SetFocused(bool received,
mojom::blink::FocusType focus_type) { … }
bool HTMLFrameElementBase::IsURLAttribute(const Attribute& attribute) const { … }
bool HTMLFrameElementBase::HasLegalLinkAttribute(
const QualifiedName& name) const { … }
bool HTMLFrameElementBase::IsHTMLContentAttribute(
const Attribute& attribute) const { … }
void HTMLFrameElementBase::SetScrollbarMode(
mojom::blink::ScrollbarMode scrollbar_mode) { … }
void HTMLFrameElementBase::SetMarginWidth(int margin_width) { … }
void HTMLFrameElementBase::SetMarginHeight(int margin_height) { … }
}