Home
last modified time | relevance | path

Searched refs:isKnownAttribute (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/WebCore/svg/
DSVGGElement.cpp61 if (SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
62 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
63 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
64 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
72 if (attrName == anyQName() || SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGImageElement.cpp91 if (SVGURIReference::isKnownAttribute(attrName)) in svgAttributeChanged()
100 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
101 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
102 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
103 SVGStyledTransformableElement::isKnownAttribute(attrName)) { in svgAttributeChanged()
133 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
135 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGPolyElement.cpp97 || SVGTests::isKnownAttribute(attrName) in svgAttributeChanged()
98 || SVGLangSpace::isKnownAttribute(attrName) in svgAttributeChanged()
99 || SVGExternalResourcesRequired::isKnownAttribute(attrName) in svgAttributeChanged()
100 || SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
114 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGStyledTransformableElement.cpp71 if (SVGTransformable::isKnownAttribute(attr->name())) { in parseMappedAttribute()
85 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName)) in synchronizeProperty()
89 bool SVGStyledTransformableElement::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGStyledTransformableElement
91 return SVGTransformable::isKnownAttribute(attrName) || in isKnownAttribute()
92 SVGStyledLocatableElement::isKnownAttribute(attrName); in isKnownAttribute()
DSVGCircleElement.cpp79 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
80 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
81 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
82 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
104 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGForeignObjectElement.cpp147 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
148 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
149 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
150 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
176 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
178 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGLineElement.cpp80 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
81 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
82 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
83 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
108 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGCursorElement.cpp86 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
87 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
88 SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
113 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
115 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGEllipseElement.cpp84 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
85 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
86 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
87 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
112 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGClipPathElement.cpp75 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
76 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
77 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
78 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
94 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGMarkerElement.cpp112 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
113 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
114 SVGFitToViewBox::isKnownAttribute(attrName) || in svgAttributeChanged()
115 SVGStyledElement::isKnownAttribute(attrName)) { in svgAttributeChanged()
154 } else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
156 else if (SVGFitToViewBox::isKnownAttribute(attrName)) { in synchronizeProperty()
DSVGPatternElement.cpp128 SVGURIReference::isKnownAttribute(attrName) || in svgAttributeChanged()
129 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
130 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
131 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
132 SVGFitToViewBox::isKnownAttribute(attrName) || in svgAttributeChanged()
133 SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
170 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
172 else if (SVGFitToViewBox::isKnownAttribute(attrName)) { in synchronizeProperty()
175 } else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGRectElement.cpp94 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
95 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
96 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
97 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
128 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGGradientElement.cpp93 SVGURIReference::isKnownAttribute(attrName) || in svgAttributeChanged()
94 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
95 SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
118 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
120 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGMaskElement.cpp111 SVGURIReference::isKnownAttribute(attrName) || in svgAttributeChanged()
112 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
113 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
114 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
115 SVGStyledElement::isKnownAttribute(attrName)) in svgAttributeChanged()
141 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
143 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGSVGElement.cpp303 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
304 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
305 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
306 SVGFitToViewBox::isKnownAttribute(attrName) || in svgAttributeChanged()
307 SVGZoomAndPan::isKnownAttribute(attrName) || in svgAttributeChanged()
308 SVGStyledLocatableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
335 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
337 else if (SVGFitToViewBox::isKnownAttribute(attrName)) { in synchronizeProperty()
DSVGScriptElement.cpp72 if (SVGURIReference::isKnownAttribute(attrName)) in svgAttributeChanged()
74 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
97 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
99 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGPathElement.cpp200 SVGTests::isKnownAttribute(attrName) || in svgAttributeChanged()
201 SVGLangSpace::isKnownAttribute(attrName) || in svgAttributeChanged()
202 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in svgAttributeChanged()
203 SVGStyledTransformableElement::isKnownAttribute(attrName)) in svgAttributeChanged()
219 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGTextPositioningElement.cpp71 if (isKnownAttribute(attrName)) in svgAttributeChanged()
100 bool SVGTextPositioningElement::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGTextPositioningElement
107 SVGTextContentElement::isKnownAttribute(attrName)); in isKnownAttribute()
DSVGTextElement.cpp50 if (SVGTransformable::isKnownAttribute(attr->name())) { in parseMappedAttribute()
120 if (SVGTransformable::isKnownAttribute(attrName)) in svgAttributeChanged()
128 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGMPathElement.cpp58 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
60 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGTextContentElement.cpp532 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
536 bool SVGTextContentElement::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGTextContentElement
540 SVGTests::isKnownAttribute(attrName) || in isKnownAttribute()
541 SVGLangSpace::isKnownAttribute(attrName) || in isKnownAttribute()
542 SVGExternalResourcesRequired::isKnownAttribute(attrName) || in isKnownAttribute()
543 SVGStyledElement::isKnownAttribute(attrName)); in isKnownAttribute()
DSVGSymbolElement.cpp71 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
73 else if (SVGFitToViewBox::isKnownAttribute(attrName)) { in synchronizeProperty()
DSVGViewElement.cpp81 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()
83 else if (SVGFitToViewBox::isKnownAttribute(attrName)) { in synchronizeProperty()
DSVGAElement.cpp89 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
111 else if (SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
113 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in synchronizeProperty()

123