/external/webkit/WebCore/svg/ |
D | SVGTests.cpp | 35 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()
|
D | SVGTests.h | 34 class SVGTests { 36 SVGTests(); 37 virtual ~SVGTests();
|
D | SVGGElement.cpp | 32 , SVGTests() in SVGGElement() 44 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 61 if (SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGPolyElement.cpp | 38 , SVGTests() in SVGPolyElement() 75 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 97 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged()
|
D | SVGCircleElement.cpp | 36 , SVGTests() in SVGCircleElement() 60 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 79 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGLineElement.cpp | 36 , SVGTests() in SVGLineElement() 61 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 80 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGCursorElement.cpp | 36 , SVGTests() in SVGCursorElement() 58 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 86 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGEllipseElement.cpp | 36 , SVGTests() in SVGEllipseElement() 65 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 84 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGClipPathElement.cpp | 38 , SVGTests() in SVGClipPathElement() 57 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 75 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGDefsElement.cpp | 32 , SVGTests() in SVGDefsElement() 44 return SVGTests::isValid(); in isValid()
|
D | SVGSwitchElement.h | 32 public SVGTests, 39 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGGElement.h | 33 public SVGTests, 41 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGPolyElement.h | 34 public SVGTests, 42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGForeignObjectElement.cpp | 39 , SVGTests() in SVGForeignObjectElement() 65 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 147 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGImageElement.cpp | 40 , SVGTests() in SVGImageElement() 75 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 100 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGRectElement.cpp | 35 , SVGTests() in SVGRectElement() 74 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute() 94 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
|
D | SVGCircleElement.h | 33 public SVGTests, 40 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGClipPathElement.h | 35 public SVGTests, 42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGCursorElement.h | 34 public SVGTests, 44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGEllipseElement.h | 33 public SVGTests, 40 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGLineElement.h | 35 public SVGTests, 42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGAElement.h | 36 public SVGTests, 43 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGForeignObjectElement.h | 34 public SVGTests, 42 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGTextContentElement.h | 35 public SVGTests, 48 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGRectElement.h | 33 public SVGTests, 40 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|