Home
last modified time | relevance | path

Searched refs:m_viewSpec (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGSVGElement.cpp70 , m_viewSpec(0) in SVGSVGElement()
185 if (!m_viewSpec) in currentView()
186 m_viewSpec.set(new SVGViewSpec(this)); in currentView()
188 return m_viewSpec.get(); in currentView()
DSVGSVGElement.h159 mutable OwnPtr<SVGViewSpec> m_viewSpec; variable