HomeSort by relevance Sort by last modified time
    Searched defs:isKnownAttribute (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGExternalResourcesRequired.cpp 41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName)
SVGLangSpace.cpp 67 bool SVGLangSpace::isKnownAttribute(const QualifiedName& attrName)
SVGURIReference.cpp 40 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName)
SVGZoomAndPan.cpp 49 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName)
SVGFitToViewBox.cpp 108 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName)
SVGStyledTransformableElement.cpp 74 if (SVGTransformable::isKnownAttribute(attr->name())) {
88 if (!SVGStyledTransformableElement::isKnownAttribute(attrName))
103 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName))
107 bool SVGStyledTransformableElement::isKnownAttribute(const QualifiedName& attrName)
109 return SVGTransformable::isKnownAttribute(attrName) || SVGStyledLocatableElement::isKnownAttribute(attrName);
SVGTests.cpp 88 bool SVGTests::isKnownAttribute(const QualifiedName& attrName)
97 if (!isKnownAttribute(attrName))
SVGTransformable.cpp 209 bool SVGTransformable::isKnownAttribute(const QualifiedName& attrName)
SVGStyledElement.cpp 318 bool SVGStyledElement::isKnownAttribute(const QualifiedName& attrName)

Completed in 856 milliseconds