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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 40 bool isEmbeddedThroughSVGImage() const;
RenderSVGRoot.cpp 110 bool RenderSVGRoot::isEmbeddedThroughSVGImage() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 560 if (!toRenderSVGRoot(renderer())->isEmbeddedThroughSVGImage())
612 if (root->isEmbeddedThroughSVGImage() || document().documentElement() != this)
634 if (root->isEmbeddedThroughSVGImage() || document().documentElement() != this)

Completed in 2463 milliseconds