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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTransformableContainer.cpp 83 } else if (isSVGGElement(*element) && toSVGGElement(element)->inUseShadowTree()) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 277 if (!referencedScope() || inUseShadowTree())
300 if (!referencedScope() || inUseShadowTree())
353 if (inUseShadowTree())
SVGElement.cpp 125 if (!needsPendingResourceHandling() || !inDocument() || inUseShadowTree())
177 if (inUseShadowTree() && parentOrShadowHostElement() && parentOrShadowHostElement()->isSVGElement())
212 if (inUseShadowTree()) {
474 ASSERT(instance->inUseShadowTree());
485 ASSERT(instance->inUseShadowTree());
575 bool SVGElement::inUseShadowTree() const
    [all...]
SVGElement.h 156 bool inUseShadowTree() const;

Completed in 180 milliseconds