Searched refs:isSVGShadowTreeRootContainer (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.h36 virtual bool isSVGShadowTreeRootContainer() const { return true; } function in class:WebCore::RenderSVGShadowTreeRootContainer
H A DRenderSVGResourceClipper.cpp237 bool isUseElement = renderer->isSVGShadowTreeRootContainer();
290 if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer())
316 if (!renderer->isSVGPath() && !renderer->isSVGText() && !renderer->isSVGShadowTreeRootContainer())
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h349 virtual bool isSVGShadowTreeRootContainer() const { return false; } function in class:WebCore::RenderObject

Completed in 57 milliseconds