Searched refs:isKnownAttribute (Results 1 - 25 of 51) sorted by relevance

123

/external/webkit/Source/WebCore/svg/
H A DSVGExternalResourcesRequired.cpp41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGExternalResourcesRequired
H A DSVGExternalResourcesRequired.h40 bool isKnownAttribute(const QualifiedName&);
H A DSVGGElement.cpp69 if (SVGLangSpace::isKnownAttribute(attrName)
70 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
84 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
86 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGURIReference.h37 bool isKnownAttribute(const QualifiedName&);
H A DSVGClipPathElement.cpp79 || SVGTests::isKnownAttribute(attrName)
80 || SVGLangSpace::isKnownAttribute(attrName)
81 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
82 || SVGStyledTransformableElement::isKnownAttribute(attrName))
99 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
101 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGStyledTransformableElement.cpp74 if (SVGTransformable::isKnownAttribute(attr->name())) {
88 if (!SVGStyledTransformableElement::isKnownAttribute(attrName))
103 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName))
107 bool SVGStyledTransformableElement::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGStyledTransformableElement
109 return SVGTransformable::isKnownAttribute(attrName) || SVGStyledLocatableElement::isKnownAttribute(attrName);
H A DSVGDefsElement.cpp64 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
66 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGLangSpace.h41 bool isKnownAttribute(const QualifiedName&);
H A DSVGCursorElement.cpp115 || SVGTests::isKnownAttribute(attrName)
116 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
117 || SVGURIReference::isKnownAttribute(attrName)) {
143 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
145 else if (SVGURIReference::isKnownAttribute(attrName))
147 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGPolyElement.cpp85 if (SVGLangSpace::isKnownAttribute(attrName)
86 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
101 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
105 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGTests.h44 bool isKnownAttribute(const QualifiedName&);
H A DSVGZoomAndPan.h48 bool isKnownAttribute(const QualifiedName&);
H A DSVGMPathElement.cpp62 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
64 else if (SVGURIReference::isKnownAttribute(attrName))
H A DSVGSwitchElement.cpp77 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
79 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGViewElement.cpp75 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
77 else if (SVGFitToViewBox::isKnownAttribute(attrName)) {
H A DSVGGradientElement.cpp96 || SVGURIReference::isKnownAttribute(attrName)
97 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
98 || SVGStyledElement::isKnownAttribute(attrName))
121 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
123 else if (SVGURIReference::isKnownAttribute(attrName))
H A DSVGPatternElement.cpp142 || SVGURIReference::isKnownAttribute(attrName)
143 || SVGTests::isKnownAttribute(attrName)
144 || SVGLangSpace::isKnownAttribute(attrName)
145 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
146 || SVGFitToViewBox::isKnownAttribute(attrName)
147 || SVGStyledElement::isKnownAttribute(attrName))
185 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
191 else if (SVGURIReference::isKnownAttribute(attrName))
193 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGTextElement.cpp52 if (SVGTransformable::isKnownAttribute(attr->name())) {
132 if (SVGTransformable::isKnownAttribute(attrName)) {
142 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName))
H A DSVGAElement.cpp99 if (SVGURIReference::isKnownAttribute(attrName)) {
137 else if (SVGURIReference::isKnownAttribute(attrName))
139 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
141 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGCircleElement.cpp99 if (SVGLangSpace::isKnownAttribute(attrName)
100 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
123 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
125 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGEllipseElement.cpp106 if (SVGLangSpace::isKnownAttribute(attrName)
107 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
133 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
135 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGFitToViewBox.h44 bool isKnownAttribute(const QualifiedName&);
H A DSVGForeignObjectElement.cpp100 || SVGLangSpace::isKnownAttribute(attrName)
101 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
128 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
130 else if (SVGTests::isKnownAttribute(attrName))
H A DSVGLangSpace.cpp67 bool SVGLangSpace::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGLangSpace
H A DSVGLineElement.cpp102 if (SVGLangSpace::isKnownAttribute(attrName)
103 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
129 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
131 else if (SVGTests::isKnownAttribute(attrName))

Completed in 164 milliseconds

123