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 111 bool RenderSVGRoot::isEmbeddedThroughSVGImage() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 557 if (!toRenderSVGRoot(renderer())->isEmbeddedThroughSVGImage())
609 if (root->isEmbeddedThroughSVGImage() || document()->documentElement() != this)
631 if (root->isEmbeddedThroughSVGImage() || document()->documentElement() != this)

Completed in 74 milliseconds