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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 80 bool buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse);
SVGUseElement.cpp 371 if (!buildShadowTree(target, m_targetElementInstance.get(), false)) {
453 bool SVGUseElement::buildShadowTree(SVGElement* target, SVGElement* targetInstance, bool foundUse)
484 if (!buildShadowTree(toSVGElement(child), toSVGElement(newChild), foundUse))
538 // do this directly in buildShadowTree, if we encounter a <use> element?

Completed in 156 milliseconds