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

  /external/webkit/Source/WebCore/svg/
SVGSVGElement.h 174 mutable OwnPtr<SVGViewSpec> m_viewSpec;
SVGSVGElement.cpp 74 , m_viewSpec(0)
192 if (!m_viewSpec)
193 m_viewSpec = adoptPtr(new SVGViewSpec(const_cast<SVGSVGElement*>(this)));
194 return m_viewSpec.get();

Completed in 96 milliseconds