Searched defs:supportedAttributes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFitToViewBox.cpp60 void SVGFitToViewBox::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes) argument
62 supportedAttributes.add(SVGNames::viewBoxAttr);
63 supportedAttributes.add(SVGNames::preserveAspectRatioAttr);
H A DSVGZoomAndPan.cpp44 void SVGZoomAndPan::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes) argument
46 supportedAttributes.add(SVGNames::zoomAndPanAttr);
H A DSVGTests.cpp112 void SVGTests::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes) argument
114 supportedAttributes.add(SVGNames::requiredFeaturesAttr);
115 supportedAttributes.add(SVGNames::requiredExtensionsAttr);
116 supportedAttributes.add(SVGNames::systemLanguageAttr);
H A DSVGURIReference.cpp103 void SVGURIReference::addSupportedAttributes(HashSet<QualifiedName>& supportedAttributes) argument
105 supportedAttributes.add(XLinkNames::hrefAttr);

Completed in 574 milliseconds