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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageCache.h 33 class SVGImage;
42 static PassOwnPtr<SVGImageCache> create(SVGImage* image)
55 SVGImageCache(SVGImage*);
59 SVGImage* m_svgImage;
SVGImageChromeClient.h 40 explicit SVGImageChromeClient(SVGImage*);
43 SVGImage* image() const { return m_image; }
52 SVGImage* m_image;
SVGImage.h 42 class SVGImage FINAL : public Image {
44 static PassRefPtr<SVGImage> create(ImageObserver* observer)
46 return adoptRef(new SVGImage(observer));
76 virtual ~SVGImage();
95 SVGImage(ImageObserver*);
107 DEFINE_IMAGE_TYPE_CASTS(SVGImage);
SVGImageForContainer.h 29 #include "core/svg/graphics/SVGImage.h"
39 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom)
67 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
76 SVGImage* m_image;
SVGImage.cpp 30 #include "core/svg/graphics/SVGImage.h"
59 SVGImage::SVGImage(ImageObserver* observer)
64 SVGImage::~SVGImage()
77 bool SVGImage::isInSVGImage(const Node* node)
88 bool SVGImage::currentFrameHasSingleSecurityOrigin() const
130 void SVGImage::setContainerSize(const IntSize& size)
148 IntSize SVGImage::containerSize() const
184 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const Float (…)
    [all...]
SVGImageChromeClient.cpp 33 #include "core/svg/graphics/SVGImage.h"
42 SVGImageChromeClient::SVGImageChromeClient(SVGImage* image)
67 // Because a single SVGImage can be shared by multiple pages, we can't key
SVGImageCache.cpp 29 #include "core/svg/graphics/SVGImage.h"
36 SVGImageCache::SVGImageCache(SVGImage* svgImage)
37 : m_svgImage(svgImage)
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 34 #include "core/svg/graphics/SVGImage.h"
322 RefPtr<SVGImage> svgImage = SVGImage::create(this);
323 m_svgImageCache = SVGImageCache::create(svgImage.get());
324 m_image = svgImage.release();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 40 #include "core/svg/graphics/SVGImage.h"
100 return SVGImage::isInSVGImage(toSVGSVGElement(node()));
129 // When we're embedded through SVGImage (border-image/background-image/<html:img>/...) we're forced to resize to a specific size.
142 // SVG embedded via SVGImage (background-image/border-image/etc) / Inline SVG.
151 // When we're embedded through SVGImage (border-image/background-image/<html:img>/...) we're forced to resize to a specific size.
164 // SVG embedded via SVGImage (background-image/border-image/etc) / Inline SVG.
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.darwin-arm64.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.darwin-mips.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.darwin-mips64.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.darwin-x86.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.darwin-x86_64.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.linux-arm.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.linux-arm64.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.linux-mips.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.linux-mips64.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.linux-x86.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
webcore_svg.target.linux-x86_64.mk 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 55 #include "core/svg/graphics/SVGImage.h"
114 if (SVGImage::isInSVGImage(document))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 90 #include "core/svg/graphics/SVGImage.h"
675 setFlag(isLink && !SVGImage::isInSVGImage(toElement(this)), IsLinkFlag);
    [all...]

Completed in 2207 milliseconds