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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 81 bool expandUseElementsInShadowTree(SVGElement*);
SVGUseElement.cpp 369 // pass -- see expandUseElementsInShadowTree().
403 if (!expandUseElementsInShadowTree(m_targetElementInstance.get())) {
550 bool SVGUseElement::expandUseElementsInShadowTree(SVGElement* element)
611 if (!expandUseElementsInShadowTree(sibling.get()))
617 if (!expandUseElementsInShadowTree(child.get()))

Completed in 683 milliseconds