Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGExternalResourcesRequired.cpp40 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGExternalResourcesRequired
53 if (!isKnownAttribute(attrName)) in handleAttributeChange()
DSVGMPathElement.cpp139 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
144 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged()
DSVGFEImageElement.cpp164 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
169 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) in svgAttributeChanged()
DSVGExternalResourcesRequired.h42 bool isKnownAttribute(const QualifiedName&);
DSVGURIReference.h36 bool isKnownAttribute(const QualifiedName&);
DSVGTests.h44 bool isKnownAttribute(const QualifiedName&);
DSVGZoomAndPan.cpp29 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGZoomAndPan
DSVGImageElement.cpp159 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
175 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGZoomAndPan.h45 static bool isKnownAttribute(const QualifiedName&);
DSVGFitToViewBox.h39 static bool isKnownAttribute(const QualifiedName&);
DSVGURIReference.cpp40 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGURIReference
DSVGCircleElement.cpp118 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGFitToViewBox.cpp108 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGFitToViewBox
DSVGSVGElement.cpp289 if (SVGFitToViewBox::isKnownAttribute(attrName)) { in svgAttributeChanged()
298 || SVGExternalResourcesRequired::isKnownAttribute(attrName) in svgAttributeChanged()
299 || SVGZoomAndPan::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGLineElement.cpp124 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGEllipseElement.cpp125 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGPolyElement.cpp128 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGTests.cpp141 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in WebCore::SVGTests
DSVGAElement.cpp134 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGScriptElement.cpp109 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGTextPathElement.cpp115 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGRectElement.cpp139 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGGraphicsElement.cpp180 if (SVGTests::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGUseElement.cpp229 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
250 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()