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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.cpp 36 : m_svgImage(svgImage)
38 ASSERT(m_svgImage);
63 m_imageForContainerMap.set(client, SVGImageForContainer::create(m_svgImage, containerSizeWithoutZoom, containerZoom));
68 IntSize imageSize = m_svgImage->size();
SVGImageCache.h 61 SVGImage* m_svgImage;

Completed in 81 milliseconds