/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/ |
D | SVGImage.cpp | 59 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 …]
|
D | SVGImageCache.h | 33 class SVGImage; variable 42 static PassOwnPtr<SVGImageCache> create(SVGImage* image) in create() 55 SVGImageCache(SVGImage*); 59 SVGImage* m_svgImage;
|
D | SVGImage.h | 42 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);
|
D | SVGImageChromeClient.h | 40 explicit SVGImageChromeClient(SVGImage*); 43 SVGImage* image() const { return m_image; } in image() 52 SVGImage* m_image;
|
D | SVGImageForContainer.h | 39 …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;
|
D | SVGImageChromeClient.cpp | 42 SVGImageChromeClient::SVGImageChromeClient(SVGImage* image) in SVGImageChromeClient()
|
D | SVGImageCache.cpp | 36 SVGImageCache::SVGImageCache(SVGImage* svgImage) in SVGImageCache()
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ImageResource.cpp | 322 RefPtr<SVGImage> svgImage = SVGImage::create(this); in createImage()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGRoot.cpp | 100 return SVGImage::isInSVGImage(toSVGSVGElement(node())); in isEmbeddedThroughSVGImage()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_svg.target.darwin-x86_64.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.darwin-mips64.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.darwin-arm64.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.linux-mips.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.darwin-mips.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.linux-x86_64.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.linux-x86.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.linux-mips64.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.linux-arm64.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.darwin-arm.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.linux-arm.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | webcore_svg.target.darwin-x86.mk | 245 third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp \
|
D | core.gypi | 3382 'svg/graphics/SVGImage.cpp', 3383 'svg/graphics/SVGImage.h',
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
D | XMLDocumentParser.cpp | 114 if (SVGImage::isInSVGImage(document)) in hasNoStyleInformation()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.cpp | 675 setFlag(isLink && !SVGImage::isInSVGImage(toElement(this)), IsLinkFlag); in setIsLink()
|