Searched refs:SVGTests (Results 1 - 25 of 65) sorted by relevance

123

/external/webkit/WebCore/svg/
H A DSVGTests.cpp24 #include "SVGTests.h"
35 SVGTests::SVGTests() function in class:WebCore::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
[all...]
H A DSVGAElement.idl30 SVGTests,
H A DSVGClipPathElement.idl30 SVGTests,
H A DSVGDefsElement.idl29 SVGTests,
H A DSVGGElement.idl29 SVGTests,
H A DSVGPolygonElement.idl29 SVGTests,
H A DSVGPolylineElement.idl29 SVGTests,
H A DSVGSwitchElement.idl29 SVGTests,
H A DSVGTests.h34 class SVGTests { class in namespace:WebCore
36 SVGTests();
37 virtual ~SVGTests();
H A DSVGAnimationElement.idl29 SVGTests,
H A DSVGCursorElement.idl30 SVGTests,
H A DSVGCircleElement.idl30 SVGTests,
H A DSVGDefsElement.cpp32 , SVGTests()
44 return SVGTests::isValid();
H A DSVGEllipseElement.idl29 SVGTests,
H A DSVGForeignObjectElement.idl29 SVGTests,
H A DSVGLineElement.idl29 SVGTests,
H A DSVGSwitchElement.h28 #include "SVGTests.h"
32 public SVGTests,
39 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGTests.idl29 interface [Conditional=SVG, ObjCProtocol, OmitConstructor] SVGTests {
H A DSVGAElement.h29 #include "SVGTests.h"
36 public SVGTests,
43 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGCircleElement.h28 #include "SVGTests.h"
33 public SVGTests,
40 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGClipPathElement.h30 #include "SVGTests.h"
35 public SVGTests,
42 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGCursorElement.h27 #include "SVGTests.h"
34 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGEllipseElement.h28 #include "SVGTests.h"
33 public SVGTests,
40 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGGElement.h28 #include "SVGTests.h"
33 public SVGTests,
41 virtual bool isValid() const { return SVGTests::isValid(); }
H A DSVGImageElement.idl30 SVGTests,

Completed in 92 milliseconds

123