/external/webkit/Source/WebCore/svg/ |
D | SVGTests.cpp | 35 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 …]
|
D | SVGGElement.cpp | 48 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()
|
D | SVGDefsElement.cpp | 46 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()
|
D | SVGClipPathElement.cpp | 60 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()
|
D | SVGPolyElement.cpp | 58 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()
|
D | SVGCircleElement.cpp | 65 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()
|
D | SVGCursorElement.cpp | 64 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()
|
D | SVGLineElement.cpp | 67 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()
|
D | SVGForeignObjectElement.cpp | 70 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()
|
D | SVGEllipseElement.cpp | 71 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()
|
D | SVGSwitchElement.cpp | 73 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty() 79 else if (SVGTests::isKnownAttribute(attrName)) in synchronizeProperty() 80 SVGTests::synchronizeProperties(this, attrName); in synchronizeProperty()
|
D | SVGImageElement.cpp | 81 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()
|
D | SVGMaskElement.cpp | 86 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()
|
D | SVGRectElement.cpp | 82 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()
|
D | SVGAElement.cpp | 83 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()
|
D | SVGTextContentElement.cpp | 194 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()
|
D | SVGSwitchElement.h | 34 public SVGTests, 43 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGTests.h | 34 class SVGTests { 50 SVGTests();
|
D | SVGGElement.h | 34 public SVGTests, 48 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGCircleElement.h | 35 public SVGTests, 44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGClipPathElement.h | 37 public SVGTests, 46 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGPolyElement.h | 35 , public SVGTests 48 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGLineElement.h | 35 public SVGTests, 44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGEllipseElement.h | 35 public SVGTests, 44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|
D | SVGRectElement.h | 35 public SVGTests, 44 virtual bool isValid() const { return SVGTests::isValid(); } in isValid()
|