Searched refs:expandUseElementsInShadowTree (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGUseElement.h98 void expandUseElementsInShadowTree(SVGShadowTreeRootElement*, Node* element);
H A DSVGUseElement.cpp440 // The will be expanded soon anyway - see expandUseElementsInShadowTree().
497 expandUseElementsInShadowTree(shadowRoot, shadowRoot);
720 void SVGUseElement::expandUseElementsInShadowTree(SVGShadowTreeRootElement* shadowRoot, Node* element) function in class:WebCore::SVGUseElement
784 expandUseElementsInShadowTree(shadowRoot, shadowRoot);
790 expandUseElementsInShadowTree(shadowRoot, child.get());

Completed in 265 milliseconds