HomeSort by relevance Sort by last modified time
    Searched defs:SVGURIReference (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGURIReference.h 31 class SVGURIReference {
33 virtual ~SVGURIReference() { }
59 explicit SVGURIReference(SVGElement*);
SVGURIReference.cpp 22 #include "core/svg/SVGURIReference.h"
30 SVGURIReference::SVGURIReference(SVGElement* element)
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)

Completed in 162 milliseconds