#include "third_party/blink/renderer/core/svg/svg_style_element.h"
#include "third_party/blink/public/platform/task_type.h"
#include "third_party/blink/renderer/core/css/css_style_sheet.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/events/event.h"
#include "third_party/blink/renderer/core/media_type_names.h"
#include "third_party/blink/renderer/platform/wtf/functional.h"
#include "third_party/blink/renderer/platform/wtf/std_lib_extras.h"
namespace blink {
SVGStyleElement::SVGStyleElement(Document& document,
const CreateElementFlags flags)
: … { … }
SVGStyleElement::~SVGStyleElement() = default;
bool SVGStyleElement::disabled() const { … }
void SVGStyleElement::setDisabled(bool set_disabled) { … }
const AtomicString& SVGStyleElement::type() const { … }
void SVGStyleElement::setType(const AtomicString& type) { … }
const AtomicString& SVGStyleElement::media() const { … }
void SVGStyleElement::setMedia(const AtomicString& media) { … }
String SVGStyleElement::title() const { … }
void SVGStyleElement::setTitle(const AtomicString& title) { … }
void SVGStyleElement::ParseAttribute(
const AttributeModificationParams& params) { … }
void SVGStyleElement::FinishParsingChildren() { … }
Node::InsertionNotificationRequest SVGStyleElement::InsertedInto(
ContainerNode& insertion_point) { … }
void SVGStyleElement::RemovedFrom(ContainerNode& insertion_point) { … }
void SVGStyleElement::ChildrenChanged(const ChildrenChange& change) { … }
void SVGStyleElement::NotifyLoadedSheetAndAllCriticalSubresources(
LoadedSheetErrorStatus error_status) { … }
void SVGStyleElement::DispatchPendingEvent() { … }
void SVGStyleElement::Trace(Visitor* visitor) const { … }
}