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

  /external/webkit/WebCore/svg/
SVGUseElement.h 98 void expandUseElementsInShadowTree(SVGShadowTreeRootElement*, Node* element);
SVGUseElement.cpp 440 // The will be expanded soon anyway - see expandUseElementsInShadowTree().
497 expandUseElementsInShadowTree(shadowRoot, shadowRoot);
720 void SVGUseElement::expandUseElementsInShadowTree(SVGShadowTreeRootElement* shadowRoot, Node* element)
784 expandUseElementsInShadowTree(shadowRoot, shadowRoot);
790 expandUseElementsInShadowTree(shadowRoot, child.get());
    [all...]

Completed in 204 milliseconds