Home
last modified time | relevance | path

Searched refs:isEmbeddedThroughSVGImage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.h40 bool isEmbeddedThroughSVGImage() const;
DRenderSVGRoot.cpp110 bool RenderSVGRoot::isEmbeddedThroughSVGImage() const in isEmbeddedThroughSVGImage() function in WebCore::RenderSVGRoot
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp560 if (!toRenderSVGRoot(renderer())->isEmbeddedThroughSVGImage()) in currentViewBoxRect()
612 if (root->isEmbeddedThroughSVGImage() || document().documentElement() != this) in widthAttributeEstablishesViewport()
634 if (root->isEmbeddedThroughSVGImage() || document().documentElement() != this) in heightAttributeEstablishesViewport()