SVGGElement 33 Source/core/svg/SVGGElement.cpp SVGGElement::SVGGElement(Document& document, ConstructionType constructionType) SVGGElement 39 Source/core/svg/SVGGElement.cpp PassRefPtr<SVGGElement> SVGGElement::create(Document& document) SVGGElement 41 Source/core/svg/SVGGElement.cpp return adoptRef(new SVGGElement(document)); SVGGElement 44 Source/core/svg/SVGGElement.cpp bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName) SVGGElement 50 Source/core/svg/SVGGElement.cpp void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) SVGGElement 60 Source/core/svg/SVGGElement.cpp void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) SVGGElement 73 Source/core/svg/SVGGElement.cpp RenderObject* SVGGElement::createRenderer(RenderStyle* style) SVGGElement 85 Source/core/svg/SVGGElement.cpp bool SVGGElement::rendererIsNeeded(const RenderStyle&) SVGGElement 29 Source/core/svg/SVGGElement.h class SVGGElement FINAL : public SVGGraphicsElement { SVGGElement 31 Source/core/svg/SVGGElement.h static PassRefPtr<SVGGElement> create(Document&); SVGGElement 34 Source/core/svg/SVGGElement.h explicit SVGGElement(Document&, ConstructionType = CreateSVGElement); SVGGElement 694 Source/core/svg/SVGUseElement.cpp RefPtr<SVGGElement> cloneParent = SVGGElement::create(*referencedDocument());