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

  /external/webkit/Source/WebCore/svg/
SVGGElement.h 40 virtual bool isShadowTreeContainerElement() const { return false; }
SVGUseElement.cpp 311 if (!static_cast<SVGGElement*>(shadowTreeElement)->isShadowTreeContainerElement())
335 ASSERT(static_cast<SVGGElement*>(parentNode)->isShadowTreeContainerElement());
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGTransformableContainer.cpp 49 if (!element->hasTagName(SVGNames::gTag) || !static_cast<SVGGElement*>(element)->isShadowTreeContainerElement())
SVGShadowTreeElements.h 48 virtual bool isShadowTreeContainerElement() const { return true; }

Completed in 346 milliseconds