Home
last modified time | relevance | path

Searched refs:SVGTests (Results 1 – 25 of 80) sorted by relevance

1234

/external/webkit/WebCore/svg/
DSVGTests.cpp35 SVGTests::SVGTests() in SVGTests() function in WebCore::SVGTests
39 SVGTests::~SVGTests() in ~SVGTests()
43 SVGStringList* SVGTests::requiredFeatures() const in requiredFeatures()
51 SVGStringList* SVGTests::requiredExtensions() const in requiredExtensions()
59 SVGStringList* SVGTests::systemLanguage() const in systemLanguage()
67 bool SVGTests::hasExtension(const String&) const in hasExtension()
72 bool SVGTests::isValid() const in isValid()
96 bool SVGTests::parseMappedAttribute(MappedAttribute* attr) in parseMappedAttribute()
112 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute()
DSVGTests.h34 class SVGTests {
36 SVGTests();
37 virtual ~SVGTests();
DSVGGElement.cpp32 , SVGTests() in SVGGElement()
44 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
61 if (SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGPolyElement.cpp38 , SVGTests() in SVGPolyElement()
75 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
97 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged()
DSVGCircleElement.cpp36 , SVGTests() in SVGCircleElement()
60 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
79 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGLineElement.cpp36 , SVGTests() in SVGLineElement()
61 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
80 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGCursorElement.cpp36 , SVGTests() in SVGCursorElement()
58 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
86 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGEllipseElement.cpp36 , SVGTests() in SVGEllipseElement()
65 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
84 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGClipPathElement.cpp38 , SVGTests() in SVGClipPathElement()
57 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
75 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGDefsElement.cpp32 , SVGTests() in SVGDefsElement()
44 return SVGTests::isValid(); in isValid()
DSVGSwitchElement.h32 public SVGTests,
39 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGGElement.h33 public SVGTests,
41 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGPolyElement.h34 public SVGTests,
42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGForeignObjectElement.cpp39 , SVGTests() in SVGForeignObjectElement()
65 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
147 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGImageElement.cpp40 , SVGTests() in SVGImageElement()
75 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
100 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGRectElement.cpp35 , SVGTests() in SVGRectElement()
74 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
94 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
DSVGCircleElement.h33 public SVGTests,
40 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGClipPathElement.h35 public SVGTests,
42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGCursorElement.h34 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGEllipseElement.h33 public SVGTests,
40 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGLineElement.h35 public SVGTests,
42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGAElement.h36 public SVGTests,
43 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGForeignObjectElement.h34 public SVGTests,
42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGTextContentElement.h35 public SVGTests,
48 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGRectElement.h33 public SVGTests,
40 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()

1234