Searched defs:m_contextElement (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGViewSpec.h62 SVGSVGElement* contextElement() { return m_contextElement.get(); }
70 RawPtrWillBeMember<SVGSVGElement> m_contextElement; member in class:WebCore::FINAL
H A DSVGAnimatedTypeAnimator.h59 void setContextElement(SVGElement* contextElement) { m_contextElement = contextElement; }
76 RawPtrWillBeMember<SVGElement> m_contextElement; member in class:WebCore::FINAL
H A DSVGPathSegList.h163 SVGPathElement* m_contextElement; member in class:WebCore::SVGPathSegList
H A DSVGPathSeg.h123 m_contextElement = contextElement;
132 SVGElement* m_contextElement; member in class:WebCore::SVGPathSeg
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPropertyTearOff.h78 return m_contextElement;
91 m_contextElement = contextElement;
99 : m_contextElement(contextElement)
108 SVGElement* m_contextElement; member in class:WebCore::SVGPropertyTearOffBase
H A DSVGAnimatedProperty.h69 return m_contextElement;
97 SVGElement* m_contextElement; member in class:WebCore::SVGAnimatedPropertyBase

Completed in 158 milliseconds