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

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLangSpace.h40 bool isKnownAttribute(const QualifiedName&);
H A DSVGExternalResourcesRequired.h42 bool isKnownAttribute(const QualifiedName&);
H A DSVGURIReference.h37 bool isKnownAttribute(const QualifiedName&);
H A DSVGExternalResourcesRequired.cpp40 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGExternalResourcesRequired
53 if (!isKnownAttribute(attrName))
H A DSVGFitToViewBox.h39 static bool isKnownAttribute(const QualifiedName&);
H A DSVGTests.h43 bool isKnownAttribute(const QualifiedName&);
H A DSVGZoomAndPan.cpp28 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGZoomAndPan
H A DSVGFEImageElement.cpp167 if (SVGURIReference::isKnownAttribute(attrName)) {
172 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName))
H A DSVGMPathElement.cpp145 if (SVGURIReference::isKnownAttribute(attrName)) {
150 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
H A DSVGLangSpace.cpp65 bool SVGLangSpace::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGLangSpace
H A DSVGZoomAndPan.h46 static bool isKnownAttribute(const QualifiedName&);
H A DSVGCircleElement.cpp126 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGEllipseElement.cpp131 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGLineElement.cpp130 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGPolyElement.cpp124 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGRectElement.cpp144 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGTests.cpp150 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGTests
160 if (!isKnownAttribute(attrName))
H A DSVGFitToViewBox.cpp89 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGFitToViewBox
H A DSVGURIReference.cpp42 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGURIReference
H A DSVGImageElement.cpp151 if (SVGURIReference::isKnownAttribute(attrName)) {
167 || SVGLangSpace::isKnownAttribute(attrName)
168 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
H A DSVGSVGElement.cpp318 if (SVGFitToViewBox::isKnownAttribute(attrName)) {
327 || SVGLangSpace::isKnownAttribute(attrName)
328 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
329 || SVGZoomAndPan::isKnownAttribute(attrName)) {
H A DSVGScriptElement.cpp106 if (SVGURIReference::isKnownAttribute(attrName)) {
H A DSVGTextPathElement.cpp117 if (SVGURIReference::isKnownAttribute(attrName)) {
H A DSVGAElement.cpp133 if (SVGURIReference::isKnownAttribute(attrName)) {
H A DSVGElement.h67 bool isKnownAttribute(const QualifiedName&);

Completed in 137 milliseconds

12