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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.cpp858 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element) const function in class:WebCore::SVGUseElement
865 return instanceForShadowTreeElement(element, m_targetElementInstance.get());
868 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const function in class:WebCore::SVGUseElement
882 if (SVGElementInstance* search = instanceForShadowTreeElement(element, current))

Completed in 117 milliseconds