Searched refs:SVGURIReference (Results 1 - 25 of 99) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGMPathElement.idl29 SVGMPathElement implements SVGURIReference;
H A DSVGURIReference.idl31 ] interface SVGURIReference {
H A DSVGAElement.idl30 SVGAElement implements SVGURIReference;
H A DSVGFEImageElement.idl35 SVGFEImageElement implements SVGURIReference;
H A DSVGScriptElement.idl30 SVGScriptElement implements SVGURIReference;
H A DSVGAltGlyphElement.idl33 SVGAltGlyphElement implements SVGURIReference;
H A DSVGCursorElement.idl34 SVGCursorElement implements SVGURIReference;
H A DSVGUseElement.idl36 SVGUseElement implements SVGURIReference;
H A DSVGURIReference.h31 class SVGURIReference { class in namespace:blink
33 virtual ~SVGURIReference() { }
59 explicit SVGURIReference(SVGElement*);
H A DSVGGlyphRefElement.idl32 SVGGlyphRefElement implements SVGURIReference;
H A DSVGGradientElement.idl40 SVGGradientElement implements SVGURIReference;
H A DSVGImageElement.idl34 SVGImageElement implements SVGURIReference;
H A DSVGTextPathElement.idl42 SVGTextPathElement implements SVGURIReference;
H A DSVGURIReference.cpp22 #include "core/svg/SVGURIReference.h"
30 SVGURIReference::SVGURIReference(SVGElement* element) function in class:blink::SVGURIReference
37 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName)
42 AtomicString SVGURIReference::fragmentIdentifierFromIRIString(const String& url, const TreeScope& treeScope)
74 Element* SVGURIReference::targetElementFromIRIString(const String& iri, const TreeScope& treeScope, AtomicString* fragmentIdentifier, Document* externalDocument)
103 void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)
108 bool SVGURIReference::parseAttribute(const QualifiedName& name, const AtomicString& value, SVGParsingError& parseError)
H A DSVGMPathElement.cpp34 , SVGURIReference(this)
54 Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), treeScope(), &id);
98 SVGURIReference::addSupportedAttributes(supportedAttributes);
109 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
126 if (SVGURIReference::isKnownAttribute(attrName)) {
H A DSVGPatternElement.idl41 SVGPatternElement implements SVGURIReference;
H A DSVGAltGlyphElement.h28 #include "core/svg/SVGURIReference.h"
36 public SVGURIReference {
H A DSVGFEImageElement.cpp40 , SVGURIReference(this)
94 Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), treeScope(), &id);
115 SVGURIReference::addSupportedAttributes(supportedAttributes);
140 if (SVGURIReference::isKnownAttribute(attrName)) {
H A DSVGMPathElement.h27 #include "core/svg/SVGURIReference.h"
34 public SVGURIReference {
H A DSVGFilterElement.idl43 SVGFilterElement implements SVGURIReference;
H A DSVGTextPathElement.cpp53 , SVGURIReference(this)
81 SVGURIReference::addSupportedAttributes(supportedAttributes);
101 else if (SVGURIReference::parseAttribute(name, value, parseError)) {
117 if (SVGURIReference::isKnownAttribute(attrName)) {
149 Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), treeScope(), &id);
H A DSVGCursorElement.cpp33 , SVGURIReference(this)
58 SVGURIReference::addSupportedAttributes(supportedAttributes);
75 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
H A DSVGAltGlyphElement.cpp40 , SVGURIReference(this)
H A DSVGCursorElement.h28 #include "core/svg/SVGURIReference.h"
34 public SVGURIReference {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGTextPath.cpp54 Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->href()->currentValue()->value(), textPathElement->treeScope());

Completed in 267 milliseconds

1234