Searched defs:buildShadowTree (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.cpp371 if (!buildShadowTree(target, m_targetElementInstance.get(), false)) {
453 bool SVGUseElement::buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse) function in class:blink::SVGUseElement
484 if (!buildShadowTree(toSVGElement(child), toSVGElement(newChild), foundUse))
538 // do this directly in buildShadowTree, if we encounter a <use> element?

Completed in 91 milliseconds