chromium/third_party/blink/renderer/core/svg/svg_animated_href.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/svg/svg_animated_href.h"

#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/frame/web_feature.h"
#include "third_party/blink/renderer/core/svg/svg_element.h"
#include "third_party/blink/renderer/core/svg_names.h"
#include "third_party/blink/renderer/core/xlink_names.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/instrumentation/use_counter.h"

namespace blink {

void SVGAnimatedHref::Trace(Visitor* visitor) const {}

SVGAnimatedHref::SVGAnimatedHref(SVGElement* context_element)
    :{}

SVGAnimatedPropertyBase* SVGAnimatedHref::PropertyFromAttribute(
    const QualifiedName& attribute_name) {}

bool SVGAnimatedHref::IsKnownAttribute(const QualifiedName& attr_name) {}

SVGString* SVGAnimatedHref::CurrentValue() {}

const SVGString* SVGAnimatedHref::CurrentValue() const {}

V8UnionStringOrTrustedScriptURL* SVGAnimatedHref::baseVal() {}

void SVGAnimatedHref::setBaseVal(const V8UnionStringOrTrustedScriptURL* value,
                                 ExceptionState& exception_state) {}

String SVGAnimatedHref::animVal() {}

SVGAnimatedString* SVGAnimatedHref::BackingString() {}

const SVGAnimatedString* SVGAnimatedHref::BackingString() const {}

bool SVGAnimatedHref::UseXLink() const {}

}  // namespace blink