Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTests.h43 bool isKnownAttribute(const QualifiedName&);
DSVGURIReference.h35 bool isKnownAttribute(const QualifiedName&);
DSVGZoomAndPan.cpp39 bool SVGZoomAndPan::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in blink::SVGZoomAndPan
DSVGFitToViewBox.cpp55 bool SVGFitToViewBox::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in blink::SVGFitToViewBox
DSVGZoomAndPan.h50 static bool isKnownAttribute(const QualifiedName&);
DSVGFitToViewBox.h50 static bool isKnownAttribute(const QualifiedName&);
DSVGMPathElement.cpp126 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGTests.cpp105 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in blink::SVGTests
DSVGURIReference.cpp37 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName) in isKnownAttribute() function in blink::SVGURIReference
DSVGFEImageElement.cpp140 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGAElement.cpp87 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGScriptElement.cpp96 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGTextPathElement.cpp117 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGGraphicsElement.cpp195 if (SVGTests::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGImageElement.cpp125 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGSVGElement.cpp308 if (SVGFitToViewBox::isKnownAttribute(attrName)) { in svgAttributeChanged()
317 || SVGZoomAndPan::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGUseElement.cpp198 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()