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

  /external/webkit/Source/WebCore/svg/
SVGTests.h 34 class SVGTests {
50 SVGTests();
SVGTests.cpp 24 #include "SVGTests.h"
35 SVGTests::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::synchronizeRequiredFeatures(SVGElement* contextElement
    [all...]

Completed in 82 milliseconds