HomeSort by relevance Sort by last modified time
    Searched refs:m_contextElement (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/svg/
SVGViewSpec.h 55 SVGSVGElement* contextElement() const { return const_cast<SVGSVGElement*>(m_contextElement); }
58 const SVGSVGElement* m_contextElement;
SVGViewSpec.cpp 37 , m_contextElement(contextElement)
56 if (!parseViewBox(m_contextElement->document(), c, end, x, y, w, h, false))
73 return static_cast<SVGElement*>(m_contextElement->document()->getElementById(m_viewTargetString));
105 if (!parseViewBox(m_contextElement->document(), currViewSpec, end, x, y, w, h, false))
SVGAnimatedProperty.h 51 m_contextElement->setSynchronizedSVGAttributes(false);
57 m_contextElement->setSynchronizedSVGAttributes(false);
67 , m_contextElement(contextElement)
78 RefPtr<SVGElement> m_contextElement;

Completed in 151 milliseconds