Home
last modified time | relevance | path

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

1234

/external/webkit/Source/WebCore/svg/
DSVGTests.cpp35 SVGTests::SVGTests() in SVGTests() function in WebCore::SVGTests
42 bool SVGTests::hasExtension(const String&) const in hasExtension()
48 bool SVGTests::isValid() const in isValid()
70 bool SVGTests::parseMappedAttribute(Attribute* attr) in parseMappedAttribute()
88 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute()
95 bool SVGTests::handleAttributeChange(const SVGElement* targetElement, const QualifiedName& attrName) in handleAttributeChange()
111 void SVGTests::synchronizeProperties(SVGElement* contextElement, const QualifiedName& attrName) in synchronizeProperties()
128 void SVGTests::synchronizeRequiredFeatures(SVGElement* contextElement) in synchronizeRequiredFeatures()
136 void SVGTests::synchronizeRequiredExtensions(SVGElement* contextElement) in synchronizeRequiredExtensions()
144 void SVGTests::synchronizeSystemLanguage(SVGElement* contextElement) in synchronizeSystemLanguage()
[all …]
DSVGGElement.cpp48 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
62 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
80 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
86 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
87 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGDefsElement.cpp46 return SVGTests::isValid(); in isValid()
60 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
66 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
67 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGClipPathElement.cpp60 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
79 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged()
93 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
101 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
102 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGPolyElement.cpp58 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
72 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
97 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
105 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
106 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGCircleElement.cpp65 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
86 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
113 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
125 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
126 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGCursorElement.cpp64 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
115 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged()
135 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
147 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
148 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGLineElement.cpp67 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
89 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
117 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
131 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
132 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGForeignObjectElement.cpp70 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
92 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
116 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
130 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
131 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGEllipseElement.cpp71 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
93 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
121 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
135 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
136 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGSwitchElement.cpp73 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
79 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
80 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGImageElement.cpp81 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
108 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
139 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
157 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
158 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGMaskElement.cpp86 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
116 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged()
133 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
147 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
148 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGRectElement.cpp82 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
106 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
136 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
154 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
155 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGAElement.cpp83 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
131 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
141 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
142 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
DSVGTextContentElement.cpp194 if (SVGTests::parseMappedAttribute(attr)) in parseMappedAttribute()
222 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
232 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty()
233 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
240 if (SVGTests::handleAttributeChange(this, attrName)) in svgAttributeChanged()
DSVGSwitchElement.h34 public SVGTests,
43 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGTests.h34 class SVGTests {
50 SVGTests();
DSVGGElement.h34 public SVGTests,
48 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGCircleElement.h35 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGClipPathElement.h37 public SVGTests,
46 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGPolyElement.h35 , public SVGTests
48 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGLineElement.h35 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGEllipseElement.h35 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
DSVGRectElement.h35 public SVGTests,
44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()

1234