Home
last modified time | relevance | path

Searched refs:SVGImage (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp59 SVGImage::SVGImage(ImageObserver* observer) in SVGImage() function in blink::SVGImage
64 SVGImage::~SVGImage() in ~SVGImage()
77 bool SVGImage::isInSVGImage(const Node* node) in isInSVGImage()
88 bool SVGImage::currentFrameHasSingleSecurityOrigin() const in currentFrameHasSingleSecurityOrigin()
130 void SVGImage::setContainerSize(const IntSize& size) in setContainerSize()
148 IntSize SVGImage::containerSize() const in containerSize()
184 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom… in drawForContainer()
207 PassRefPtr<NativeImageSkia> SVGImage::nativeImageForCurrentFrame() in nativeImageForCurrentFrame()
222 void SVGImage::drawPatternForContainer(GraphicsContext* context, const FloatSize containerSize, flo… in drawPatternForContainer()
256 void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, C… in draw()
[all …]
DSVGImageCache.h33 class SVGImage; variable
42 static PassOwnPtr<SVGImageCache> create(SVGImage* image) in create()
55 SVGImageCache(SVGImage*);
59 SVGImage* m_svgImage;
DSVGImage.h42 class SVGImage FINAL : public Image {
44 static PassRefPtr<SVGImage> create(ImageObserver* observer) in create()
46 return adoptRef(new SVGImage(observer)); in create()
76 virtual ~SVGImage();
95 SVGImage(ImageObserver*);
107 DEFINE_IMAGE_TYPE_CASTS(SVGImage);
DSVGImageChromeClient.h40 explicit SVGImageChromeClient(SVGImage*);
43 SVGImage* image() const { return m_image; } in image()
52 SVGImage* m_image;
DSVGImageForContainer.h39 …static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, fl… in create()
67 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom) in SVGImageForContainer()
76 SVGImage* m_image;
DSVGImageChromeClient.cpp42 SVGImageChromeClient::SVGImageChromeClient(SVGImage* image) in SVGImageChromeClient()
DSVGImageCache.cpp36 SVGImageCache::SVGImageCache(SVGImage* svgImage) in SVGImageCache()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResource.cpp322 RefPtr<SVGImage> svgImage = SVGImage::create(this); in createImage()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp100 return SVGImage::isInSVGImage(toSVGSVGElement(node())); in isEmbeddedThroughSVGImage()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-x86_64.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.darwin-mips64.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.darwin-arm64.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.linux-mips.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.darwin-mips.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.linux-x86_64.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.linux-x86.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.linux-mips64.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.linux-arm64.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.darwin-arm.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.linux-arm.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dwebcore_svg.target.darwin-x86.mk245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
Dcore.gypi3382 'svg/graphics/SVGImage.cpp',
3383 'svg/graphics/SVGImage.h',
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
DXMLDocumentParser.cpp114 if (SVGImage::isInSVGImage(document)) in hasNoStyleInformation()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp675 setFlag(isLink && !SVGImage::isInSVGImage(toElement(this)), IsLinkFlag); in setIsLink()