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

  /external/webkit/WebCore/svg/
SVGTests.h 34 class SVGTests {
36 SVGTests();
37 virtual ~SVGTests();
SVGTests.cpp 24 #include "SVGTests.h"
35 SVGTests::SVGTests()
39 SVGTests::~SVGTests()
43 SVGStringList* SVGTests::requiredFeatures() const
51 SVGStringList* SVGTests::requiredExtensions() const
59 SVGStringList* SVGTests::systemLanguage() const
67 bool SVGTests::hasExtension(const String&) const
72 bool SVGTests::isValid() cons
    [all...]

Completed in 1270 milliseconds