Searched refs:isSVGShadowTreeRootContainer (Results 1 – 4 of 4) sorted by relevance
36 virtual bool isSVGShadowTreeRootContainer() const { return true; } in isSVGShadowTreeRootContainer() function
237 bool isUseElement = renderer->isSVGShadowTreeRootContainer(); in drawContentIntoMaskImage()290 … if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer()) in calculateClipContentRepaintRect()316 … if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer()) in hitTestClipContent()
349 virtual bool isSVGShadowTreeRootContainer() const { return false; } in isSVGShadowTreeRootContainer() function
23079 (WebCore::RenderObject::isSVGShadowTreeRootContainer): identify use-element renderer23090 (WebCore::RenderSVGShadowTreeRootContainer::isSVGShadowTreeRootContainer):