Searched defs:SVGTests (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTests.h32 class SVGTests { class in namespace:blink
48 SVGTests(SVGElement* contextElement);
H A DSVGTests.cpp23 #include "core/svg/SVGTests.h"
32 SVGTests::SVGTests(SVGElement* contextElement) function in class:blink::SVGTests
44 bool SVGTests::hasExtension(const String&)
50 bool SVGTests::isValid() const
85 bool SVGTests::parseAttribute(const QualifiedName& name, const AtomicString& value)
105 bool SVGTests::isKnownAttribute(const QualifiedName& attrName)
112 void SVGTests::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes)

Completed in 245 milliseconds