#include "third_party/blink/renderer/core/svg/svg_image_element.h"
#include "third_party/blink/renderer/core/css/css_property_names.h"
#include "third_party/blink/renderer/core/css/style_change_reason.h"
#include "third_party/blink/renderer/core/frame/web_feature.h"
#include "third_party/blink/renderer/core/html/cross_origin_attribute.h"
#include "third_party/blink/renderer/core/layout/layout_image_resource.h"
#include "third_party/blink/renderer/core/layout/svg/layout_svg_image.h"
#include "third_party/blink/renderer/core/svg/svg_animated_length.h"
#include "third_party/blink/renderer/core/svg/svg_animated_preserve_aspect_ratio.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/instrumentation/use_counter.h"
namespace blink {
SVGImageElement::SVGImageElement(Document& document)
: … { … }
void SVGImageElement::Trace(Visitor* visitor) const { … }
bool SVGImageElement::CurrentFrameHasSingleSecurityOrigin() const { … }
ScriptPromise<IDLUndefined> SVGImageElement::decode(
ScriptState* script_state,
ExceptionState& exception_state) { … }
void SVGImageElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void SVGImageElement::SvgAttributeChanged(
const SvgAttributeChangedParams& params) { … }
void SVGImageElement::ParseAttribute(
const AttributeModificationParams& params) { … }
bool SVGImageElement::SelfHasRelativeLengths() const { … }
LayoutObject* SVGImageElement::CreateLayoutObject(const ComputedStyle&) { … }
bool SVGImageElement::HaveLoadedRequiredResources() { … }
void SVGImageElement::AttachLayoutTree(AttachContext& context) { … }
const AtomicString SVGImageElement::ImageSourceURL() const { … }
void SVGImageElement::DidMoveToNewDocument(Document& old_document) { … }
SVGAnimatedPropertyBase* SVGImageElement::PropertyFromAttribute(
const QualifiedName& attribute_name) const { … }
void SVGImageElement::SynchronizeAllSVGAttributes() const { … }
void SVGImageElement::CollectExtraStyleForPresentationAttribute(
MutableCSSPropertyValueSet* style) { … }
}