Home
last modified time | relevance | path

Searched refs:isSVGShadowTreeRootContainer (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGShadowTreeRootContainer.h36 virtual bool isSVGShadowTreeRootContainer() const { return true; } in isSVGShadowTreeRootContainer() function
DRenderSVGResourceClipper.cpp237 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()
/external/webkit/Source/WebCore/rendering/
DRenderObject.h349 virtual bool isSVGShadowTreeRootContainer() const { return false; } in isSVGShadowTreeRootContainer() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2423079 (WebCore::RenderObject::isSVGShadowTreeRootContainer): identify use-element renderer
23090 (WebCore::RenderSVGShadowTreeRootContainer::isSVGShadowTreeRootContainer):