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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 167 if (!m_viewSpec)
168 m_viewSpec = SVGViewSpec::create(m_weakFactory.createWeakPtr());
169 return m_viewSpec.get();
553 return m_viewSpec ? m_viewSpec->viewBoxCurrentValue() : SVGRect();
670 if (!m_useCurrentView || !m_viewSpec)
673 AffineTransform ctm = SVGFitToViewBox::viewBoxToViewTransform(currentViewBoxRect(), m_viewSpec->preserveAspectRatioCurrentValue(), viewWidth, viewHeight);
674 const SVGTransformList& transformList = m_viewSpec->transformBaseValue();
688 SVGViewSpec* view = m_viewSpec.get();
SVGSVGElement.h 179 RefPtr<SVGViewSpec> m_viewSpec;

Completed in 25 milliseconds