m_contextElement   45 Source/core/svg/SVGAnimatedTypeAnimator.cpp     ASSERT(m_contextElement);
m_contextElement   52 Source/core/svg/SVGAnimatedTypeAnimator.cpp     m_animatedProperty = m_contextElement->propertyFromAttribute(attributeName);
m_contextElement  153 Source/core/svg/SVGAnimatedTypeAnimator.cpp     to->add(from, m_contextElement);
m_contextElement  199 Source/core/svg/SVGAnimatedTypeAnimator.cpp     SVGElementInstance::InstanceUpdateBlocker blocker(m_contextElement);
m_contextElement  209 Source/core/svg/SVGAnimatedTypeAnimator.cpp     SVGElementInstance::InstanceUpdateBlocker blocker(m_contextElement);
m_contextElement  216 Source/core/svg/SVGAnimatedTypeAnimator.cpp     SVGElementInstance::InstanceUpdateBlocker blocker(m_contextElement);
m_contextElement  240 Source/core/svg/SVGAnimatedTypeAnimator.cpp     ASSERT(m_contextElement);
m_contextElement  249 Source/core/svg/SVGAnimatedTypeAnimator.cpp     m_animationElement->adjustForInheritance<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->fromPropertyValueType(), fromValue, m_contextElement);
m_contextElement  250 Source/core/svg/SVGAnimatedTypeAnimator.cpp     m_animationElement->adjustForInheritance<RefPtr<SVGPropertyBase>, ParsePropertyFromString>(parsePropertyFromString, m_animationElement->toPropertyValueType(), toValue, m_contextElement);
m_contextElement  252 Source/core/svg/SVGAnimatedTypeAnimator.cpp     animatedValue->calculateAnimatedValue(m_animationElement, percentage, repeatCount, fromValue, toValue, toAtEndOfDurationValue, m_contextElement);
m_contextElement  258 Source/core/svg/SVGAnimatedTypeAnimator.cpp     ASSERT(m_contextElement);
m_contextElement  261 Source/core/svg/SVGAnimatedTypeAnimator.cpp     return fromValue->calculateDistance(toValue, m_contextElement);
m_contextElement   58 Source/core/svg/SVGAnimatedTypeAnimator.h     void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; }
m_contextElement   73 Source/core/svg/SVGAnimatedTypeAnimator.h     SVGElement* m_contextElement;
m_contextElement   47 Source/core/svg/SVGPathSeg.cpp     if (m_contextElement)
m_contextElement   48 Source/core/svg/SVGPathSeg.cpp         toSVGPathElement(m_contextElement)->pathSegListChanged();
m_contextElement  123 Source/core/svg/SVGPathSeg.h         m_contextElement = contextElement;
m_contextElement  132 Source/core/svg/SVGPathSeg.h     SVGElement* m_contextElement;
m_contextElement   41 Source/core/svg/SVGPathSegList.cpp     : m_contextElement(contextElement)
m_contextElement   49 Source/core/svg/SVGPathSegList.cpp     : m_contextElement(contextElement)
m_contextElement   63 Source/core/svg/SVGPathSegList.cpp     RefPtr<SVGPathSegList> svgPathSegList = adoptRef(new SVGPathSegList(m_contextElement, m_role, byteStream()->copy()));
m_contextElement   70 Source/core/svg/SVGPathSegList.cpp     RefPtr<SVGPathSegList> svgPathSegList = SVGPathSegList::create(m_contextElement);
m_contextElement  105 Source/core/svg/SVGPathSegList.cpp         builder.setCurrentSVGPathElement(m_contextElement);
m_contextElement  163 Source/core/svg/SVGPathSegList.h     SVGPathElement* m_contextElement;
m_contextElement   37 Source/core/svg/SVGViewSpec.cpp     , m_contextElement(contextElement)
m_contextElement   40 Source/core/svg/SVGViewSpec.cpp     ASSERT(m_contextElement);
m_contextElement   75 Source/core/svg/SVGViewSpec.cpp     if (!m_contextElement)
m_contextElement   77 Source/core/svg/SVGViewSpec.cpp     Element* element = m_contextElement->treeScope().getElementById(AtomicString(m_viewTargetString));
m_contextElement   88 Source/core/svg/SVGViewSpec.cpp     m_contextElement = 0;
m_contextElement  194 Source/core/svg/SVGViewSpec.cpp     if (spec.isEmpty() || !m_contextElement)
m_contextElement   64 Source/core/svg/SVGViewSpec.h     SVGSVGElement* m_contextElement;
m_contextElement   42 Source/core/svg/properties/SVGAnimatedProperty.cpp     , m_contextElement(contextElement)
m_contextElement   45 Source/core/svg/properties/SVGAnimatedProperty.cpp     ASSERT(m_contextElement);
m_contextElement   49 Source/core/svg/properties/SVGAnimatedProperty.cpp     m_contextElement->setContextElement();
m_contextElement   73 Source/core/svg/properties/SVGAnimatedProperty.cpp     m_contextElement->setSynchronizedLazyAttribute(m_attributeName, value);
m_contextElement   69 Source/core/svg/properties/SVGAnimatedProperty.h         return m_contextElement;
m_contextElement  103 Source/core/svg/properties/SVGAnimatedProperty.h     SVGElement* m_contextElement;
m_contextElement   78 Source/core/svg/properties/SVGPropertyTearOff.h         return m_contextElement;
m_contextElement   90 Source/core/svg/properties/SVGPropertyTearOff.h         : m_contextElement(contextElement)
m_contextElement   99 Source/core/svg/properties/SVGPropertyTearOff.h     SVGElement* m_contextElement;