AXSVGRoot 290 Source/core/accessibility/AXObjectCache.cpp return AXSVGRoot::create(renderer); AXSVGRoot 2047 Source/core/accessibility/AXRenderObject.cpp if (AXSVGRoot* root = remoteSVGRootElement()) AXSVGRoot 2051 Source/core/accessibility/AXRenderObject.cpp AXSVGRoot* AXRenderObject::remoteSVGRootElement() const AXSVGRoot 2235 Source/core/accessibility/AXRenderObject.cpp AXSVGRoot* root = remoteSVGRootElement(); AXSVGRoot 38 Source/core/accessibility/AXRenderObject.h class AXSVGRoot; AXSVGRoot 218 Source/core/accessibility/AXRenderObject.h AXSVGRoot* remoteSVGRootElement() const; AXSVGRoot 35 Source/core/accessibility/AXSVGRoot.cpp AXSVGRoot::AXSVGRoot(RenderObject* renderer) AXSVGRoot 41 Source/core/accessibility/AXSVGRoot.cpp AXSVGRoot::~AXSVGRoot() AXSVGRoot 45 Source/core/accessibility/AXSVGRoot.cpp PassRefPtr<AXSVGRoot> AXSVGRoot::create(RenderObject* renderer) AXSVGRoot 47 Source/core/accessibility/AXSVGRoot.cpp return adoptRef(new AXSVGRoot(renderer)); AXSVGRoot 50 Source/core/accessibility/AXSVGRoot.cpp AXObject* AXSVGRoot::parentObject() const AXSVGRoot 36 Source/core/accessibility/AXSVGRoot.h class AXSVGRoot FINAL : public AXRenderObject { AXSVGRoot 39 Source/core/accessibility/AXSVGRoot.h explicit AXSVGRoot(RenderObject*); AXSVGRoot 41 Source/core/accessibility/AXSVGRoot.h static PassRefPtr<AXSVGRoot> create(RenderObject*); AXSVGRoot 42 Source/core/accessibility/AXSVGRoot.h virtual ~AXSVGRoot(); AXSVGRoot 53 Source/core/accessibility/AXSVGRoot.h DEFINE_AX_OBJECT_TYPE_CASTS(AXSVGRoot, isAXSVGRoot());