Searched defs:SVGImageForContainer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.h37 class SVGImageForContainer FINAL : public Image {
39 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom)
41 return adoptRef(new SVGImageForContainer(image, containerSize, zoom));
67 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom) function in class:WebCore::FINAL

Completed in 88 milliseconds