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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.h 36 virtual bool isSVGShadowTreeRootContainer() const { return true; }
RenderSVGResourceClipper.cpp 237 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/
RenderObject.h 347 virtual bool isSVGShadowTreeRootContainer() const { return false; }
    [all...]

Completed in 175 milliseconds