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

/external/webkit/Source/WebCore/svg/
H A DSVGTests.h34 class SVGTests { class in namespace:WebCore
50 SVGTests();
H A DSVGTests.cpp24 #include "SVGTests.h"
35 SVGTests::SVGTests() function in class:WebCore::SVGTests
42 bool SVGTests::hasExtension(const String&) const
48 bool SVGTests::isValid() const
70 bool SVGTests::parseMappedAttribute(Attribute* attr)
88 bool SVGTests::isKnownAttribute(const QualifiedName& attrName)
95 bool SVGTests::handleAttributeChange(const SVGElement* targetElement, const QualifiedName& attrName)
111 void SVGTests::synchronizeProperties(SVGElement* contextElement, const QualifiedName& attrName)
128 void SVGTests
[all...]

Completed in 53 milliseconds