Searched defs:isKnownAttribute (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGExternalResourcesRequired.cpp41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGExternalResourcesRequired
H A DSVGURIReference.cpp40 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGURIReference
H A DSVGLangSpace.cpp67 bool SVGLangSpace::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGLangSpace
H A DSVGZoomAndPan.cpp49 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGZoomAndPan
H A DSVGFitToViewBox.cpp108 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGFitToViewBox
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 DSVGTests.cpp88 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGTests
97 if (!isKnownAttribute(attrName))
H A DSVGTransformable.cpp209 bool SVGTransformable::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGTransformable
H A DSVGStyledElement.cpp318 bool SVGStyledElement::isKnownAttribute(const QualifiedName& attrName) function in class:WebCore::SVGStyledElement

Completed in 487 milliseconds