SVGSwitchElement   31 Source/core/svg/SVGSwitchElement.cpp inline SVGSwitchElement::SVGSwitchElement(Document& document)
SVGSwitchElement   36 Source/core/svg/SVGSwitchElement.cpp     UseCounter::count(document, UseCounter::SVGSwitchElement);
SVGSwitchElement   39 Source/core/svg/SVGSwitchElement.cpp PassRefPtr<SVGSwitchElement> SVGSwitchElement::create(Document& document)
SVGSwitchElement   41 Source/core/svg/SVGSwitchElement.cpp     return adoptRef(new SVGSwitchElement(document));
SVGSwitchElement   44 Source/core/svg/SVGSwitchElement.cpp RenderObject* SVGSwitchElement::createRenderer(RenderStyle*)
SVGSwitchElement   29 Source/core/svg/SVGSwitchElement.h class SVGSwitchElement FINAL : public SVGGraphicsElement {
SVGSwitchElement   31 Source/core/svg/SVGSwitchElement.h     static PassRefPtr<SVGSwitchElement> create(Document&);
SVGSwitchElement   34 Source/core/svg/SVGSwitchElement.h     explicit SVGSwitchElement(Document&);