SVGAnimatedNumberList   49 Source/core/svg/SVGComponentTransferFunctionElement.cpp     , m_tableValues(SVGAnimatedNumberList::create(this, SVGNames::tableValuesAttr, SVGNumberList::create()))
SVGAnimatedNumberList   38 Source/core/svg/SVGComponentTransferFunctionElement.h     SVGAnimatedNumberList* tableValues() { return m_tableValues.get(); }
SVGAnimatedNumberList   56 Source/core/svg/SVGComponentTransferFunctionElement.h     RefPtr<SVGAnimatedNumberList> m_tableValues;
SVGAnimatedNumberList   47 Source/core/svg/SVGFEColorMatrixElement.cpp     , m_values(SVGAnimatedNumberList::create(this, SVGNames::valuesAttr, SVGNumberList::create()))
SVGAnimatedNumberList   37 Source/core/svg/SVGFEColorMatrixElement.h     SVGAnimatedNumberList* values() { return m_values.get(); }
SVGAnimatedNumberList   50 Source/core/svg/SVGFEColorMatrixElement.h     RefPtr<SVGAnimatedNumberList> m_values;
SVGAnimatedNumberList   53 Source/core/svg/SVGFEConvolveMatrixElement.cpp     , m_kernelMatrix(SVGAnimatedNumberList::create(this, SVGNames::kernelMatrixAttr, SVGNumberList::create()))
SVGAnimatedNumberList   46 Source/core/svg/SVGFEConvolveMatrixElement.h     SVGAnimatedNumberList* kernelMatrix() { return m_kernelMatrix.get(); }
SVGAnimatedNumberList   67 Source/core/svg/SVGFEConvolveMatrixElement.h     RefPtr<SVGAnimatedNumberList> m_kernelMatrix;
SVGAnimatedNumberList   40 Source/core/svg/SVGTextPositioningElement.cpp     , m_rotate(SVGAnimatedNumberList::create(this, SVGNames::rotateAttr, SVGNumberList::create()))
SVGAnimatedNumberList   39 Source/core/svg/SVGTextPositioningElement.h     SVGAnimatedNumberList* rotate() { return m_rotate.get(); }
SVGAnimatedNumberList   53 Source/core/svg/SVGTextPositioningElement.h     RefPtr<SVGAnimatedNumberList> m_rotate;